Skip to content

Commit

Permalink
Release v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 17, 2020
1 parent 08fc8ba commit 2fc9082
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ rust:
- nightly

cache:
cargo: true
directories:
- "$TRAVIS_BUILD_DIR/target"
- "$HOME/.cargo/bin"

env:
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/syntax/v0.3.6...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/syntax/v0.3.7...HEAD


## [v0.3.7] - 2020-01-18

[v0.3.7]: https://github.com/fastobo/fastobo-syntax/compare/syntax/v0.3.6...v0.3.7

### Fixed
- Slightly improve parsing of quoted strings in `grammar.pest`.
- Fixed Windows newlines not being recognized.


## [v0.3.6] - 2019-10-05

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastobo-syntax"
version = "0.3.6"
version = "0.3.7"
authors = ["Martin Larralde <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 2fc9082

Please sign in to comment.