From c2e62cb5cfc9a475bbd7e5508fb20603c560adf2 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 4 Jan 2024 09:28:50 +0100 Subject: [PATCH] Release 0.10.3 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ada78..1566776 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.3] - 2024-01-04 ### Changed - [PR#63](https://github.com/EmbarkStudios/spdx/pull/63) update SPDX license list to 3.22. @@ -150,7 +151,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.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.3...HEAD +[0.10.3]: https://github.com/EmbarkStudios/spdx/compare/0.10.2...0.10.3 [0.10.2]: https://github.com/EmbarkStudios/spdx/compare/0.10.1...0.10.2 [0.10.1]: https://github.com/EmbarkStudios/spdx/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/EmbarkStudios/spdx/compare/0.9.0...0.10.0 diff --git a/Cargo.toml b/Cargo.toml index e6688ee..ece1823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spdx" -version = "0.10.2" +version = "0.10.3" authors = [ "Embark ", "Jake Shadle ",