Skip to content

Commit

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


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

## [v0.6.0] - 2020-08-28
[v0.5.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
- Renamed `OboLexer::parse` to `OboLexer::tokenize`.
- `PropertyValue` production rule now has two subrules `ResourcePropertyValue`
and `LiteralPropertyValue` to aid constructing enum variants.
- `LiteralPropertyValue` accepts any identifier as a datatype, not just
`xsd`-prefixed datatypes.

## [v0.5.0] - 2020-07-23
[v0.5.0]: https://github.com/fastobo/fastobo-syntax/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Martin Larralde
Copyright (c) 2019-2020 Martin Larralde

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.5.0"
version = "0.6.0"
authors = ["Martin Larralde <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 6778512

Please sign in to comment.