From 711e3c4eeb9bb23020471f2380075c9d77a4c418 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 6 Apr 2023 09:58:48 +0200 Subject: [PATCH] Release 0.10.1 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ddfce..bb83d8b 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.1] - 2023-04-06 ### Changed - [PR#59](https://github.com/EmbarkStudios/spdx/pull/59) updated the SPDX license list from `3.19` => `3.20`. @@ -136,7 +137,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.1...HEAD +[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 [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 diff --git a/Cargo.toml b/Cargo.toml index 89d0b03..908bab0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spdx" -version = "0.10.0" +version = "0.10.1" authors = [ "Embark ", "Jake Shadle ",