From fa1d311bd091da08977732557c8f6043ef3551a9 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Sat, 29 Feb 2020 11:32:07 +0100 Subject: [PATCH] Release 0.3.3 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d24a7..8e55af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.3.3] - 2020-02-29 ## [0.3.2] - 2020-01-29 ### Changed - [PR#19](https://github.com/EmbarkStudios/spdx/pull/19) added the `#[non_exhaustive]` attribute to the new `ParseMode` enum, which bumped the minimum required Rust version to use this crate to 1.40. [PR#21](https://github.com/EmbarkStudios/spdx/pull/21) removed this attribute as that enum is primarily an input for this crate, and had little benefit. @@ -64,7 +65,8 @@ a user provided callback - Initial add of spdx crate, based primarly on [`license-exprs`](https://github.com/rust-lang-nursery/license-exprs) -[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.3.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.3.3...HEAD +[0.3.3]: https://github.com/EmbarkStudios/spdx/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/EmbarkStudios/spdx/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/EmbarkStudios/spdx/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/EmbarkStudios/spdx/compare/0.2.4...0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 129ddef..952fb40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spdx" -version = "0.3.2" +version = "0.3.3" authors = ["Embark ", "Jake Shadle "] description = "Helper crate for SDPX expressions" edition = "2018"