From c3ffd1651c78475cebd1dd8929bbe0b4fd363e1e Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Fri, 4 Mar 2022 18:51:25 +0100 Subject: [PATCH] Release v0.7.3 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bd7c9..c765d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ 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.2...HEAD +[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.3...HEAD + +## [v0.7.3] - 2022-03-04 +[v0.7.3]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.2...v0.7.3 +### Added +- `OboLexer::tokenize_all` method to make sure the entire input is parsed. ## [v0.7.2] - 2022-02-11 [v0.7.2]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.1...v0.7.2 diff --git a/Cargo.toml b/Cargo.toml index 382c271..0852294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastobo-syntax" -version = "0.7.2" +version = "0.7.3" authors = ["Martin Larralde "] license = "MIT" readme = "README.md"