From 14b679b3d6cc34574e0583bffd7c664ce1cbc72a Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 4 Feb 2022 10:53:48 +0100 Subject: [PATCH] Release 0.8.1 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34dfbe2..896fc63 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.8.1] - 2022-02-04 ### Changed - [PR#51](https://github.com/EmbarkStudios/spdx/pull/51) updates the crates.io metadata for the crate. @@ -124,7 +125,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.8.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.8.1...HEAD +[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 [0.7.0]: https://github.com/EmbarkStudios/spdx/compare/0.6.2...0.7.0 [0.6.2]: https://github.com/EmbarkStudios/spdx/compare/0.6.1...0.6.2 diff --git a/Cargo.toml b/Cargo.toml index 85c1495..7371968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spdx" -version = "0.8.0" +version = "0.8.1" authors = [ "Embark ", "Jake Shadle ",