diff --git a/CHANGELOG.md b/CHANGELOG.md index 952d0f4..24ed2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.9.0] - 2022-08-25 ### Changed - [PR#55](https://github.com/EmbarkStudios/spdx/pull/55) updated the SPDX license list from `3.14` => `3.18`. @@ -128,7 +129,8 @@ a user provided callback - Initial add of spdx crate, based primarily on [`license-exprs`](https://github.com/rust-lang-nursery/license-exprs) -[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.8.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.9.0...HEAD +[0.9.0]: https://github.com/EmbarkStudios/spdx/compare/0.8.1...0.9.0 [0.8.1]: https://github.com/EmbarkStudios/spdx/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/EmbarkStudios/spdx/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/EmbarkStudios/spdx/compare/0.6.2...0.7.0 diff --git a/Cargo.toml b/Cargo.toml index 287964e..2c633e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spdx" -version = "0.8.1" +version = "0.9.0" authors = [ "Embark ", "Jake Shadle ",