Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 28, 2024
1 parent 98f7b51 commit 60540f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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.7.4...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.8.0...HEAD

## [v0.8.0] - 2024-02-28
[v0.8.0]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.4...v0.8.0
### Changed
- Bump `pest` dependency to `v2.7`.
- Change rules for unreserved tags.
- Split `Boolean` rule into two sub-rules for `true` and `false` literals.
- Rename rules from ISO-8601 specification.

## [v0.7.4] - 2022-12-05
[v0.7.4]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.3...v0.7.4
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-2022 Martin Larralde <martin.larralde@embl.de>
Copyright (c) 2019-2024 Martin Larralde <martin.larralde@embl.de>

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.7.4"
version = "0.8.0"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 60540f8

Please sign in to comment.