From 9f95309c060ee967314fccbbfb0e92fde66a3d23 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 26 Feb 2024 11:31:53 +0100 Subject: [PATCH] Release 0.10.4 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438e40a..e5b8a30 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.4] - 2024-02-26 ### Changed - [PR#65](https://github.com/EmbarkStudios/spdx/pull/65) update SPDX license list to 3.23. @@ -154,7 +155,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.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.4...HEAD +[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 [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 diff --git a/Cargo.lock b/Cargo.lock index 84babd9..3a6bfdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "spdx" -version = "0.10.3" +version = "0.10.4" dependencies = [ "similar-asserts", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index ece1823..78d46fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spdx" -version = "0.10.3" +version = "0.10.4" authors = [ "Embark ", "Jake Shadle ",