Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 28, 2020
1 parent f7e7ccf commit 4bd44dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.1...HEAD

## [v0.6.1] - 2020-08-28
[v0.6.1]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.0...v0.6.1
### Fixed
- Parser crashing on `PropertyValue` followed by a qualifier list.

## [v0.6.0] - 2020-08-28
[v0.5.0]: https://github.com/fastobo/fastobo-syntax/compare/v0.5.0...v0.6.0
[v0.6.0]: https://github.com/fastobo/fastobo-syntax/compare/v0.5.0...v0.6.0
### Added
- `Definition` production rule to match value of *def* clauses.
### Changed
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.6.0"
version = "0.6.1"
authors = ["Martin Larralde <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 4bd44dc

Please sign in to comment.