From 2afd62d69cb4c588c2a0361bd2f5a29d4889c33f Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 20 Dec 2022 12:46:07 +0100 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292cee6..bd88610 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.0] - 2022-12-20 ### Changed - [PR#57](https://github.com/EmbarkStudios/spdx/pull/57) updated the SPDX license list from `3.18` => `3.19`. @@ -132,7 +133,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.9.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.0...HEAD +[0.10.0]: https://github.com/EmbarkStudios/spdx/compare/0.9.0...0.10.0 [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 diff --git a/Cargo.toml b/Cargo.toml index 1ea6bdf..89d0b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spdx" -version = "0.9.0" +version = "0.10.0" authors = [ "Embark ", "Jake Shadle ",