diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b772da..3aa57fc 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.10.7] - 2024-11-15 ### Changed - [PR#72](https://github.com/EmbarkStudios/spdx/pull/72) update SPDX license list to 3.25.0. @@ -162,7 +163,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.10.6...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.7...HEAD +[0.10.7]: https://github.com/EmbarkStudios/spdx/compare/0.10.6...0.10.7 [0.10.6]: https://github.com/EmbarkStudios/spdx/compare/0.10.5...0.10.6 [0.10.4]: https://github.com/EmbarkStudios/spdx/compare/0.10.3...0.10.4 [0.10.3]: https://github.com/EmbarkStudios/spdx/compare/0.10.2...0.10.3 diff --git a/Cargo.lock b/Cargo.lock index 7430cfa..9dc3ade 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "spdx" -version = "0.10.6" +version = "0.10.7" dependencies = [ "similar-asserts", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index a605144..8dd6d63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spdx" -version = "0.10.6" +version = "0.10.7" authors = [ "Embark ", "Jake Shadle ",