diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6871f..cd1a6b4 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/compare/v0.4.2...HEAD +[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.4.3...HEAD + +## [v0.4.3] - 2022-02-21 +[v0.4.3]: https://github.com/fastobo/fastobo/compare/v0.4.2...v0.4.3 +### Fixed +- Release of static Linux binaries in GitHub Actions workflow. ## [v0.4.2] - 2022-02-21 [v0.4.2]: https://github.com/fastobo/fastobo/compare/v0.4.1...v0.4.2 diff --git a/Cargo.lock b/Cargo.lock index fcbed69..483594a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "fastobo-validator" -version = "0.4.2" +version = "0.4.3" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 744a697..de3cbbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastobo-validator" -version = "0.4.2" +version = "0.4.3" authors = ["Martin Larralde "] edition = "2018" license = "MIT"