Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6e3af9

Browse files
committed
Release v0.7.1
1 parent a934898 commit b6e3af9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [Unreleased]
99
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.0...HEAD
1010

11+
## [v0.7.1] - 2022-01-20
12+
[v0.7.1]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.0...v0.7.1
13+
### Changed
14+
- Move `Iso8601Timezone` into the `Iso8601Time` production rule.
15+
1116
## [v0.7.0] - 2022-01-20
12-
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.2...v0.7.0
17+
[v0.7.0]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.2...v0.7.0
1318
### Changed
1419
- `creation_date` clauses can now take an `Iso8601Date` without the time specifier.
1520
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastobo-syntax"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Martin Larralde <[email protected]>"]
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)