diff --git a/CHANGELOG.md b/CHANGELOG.md index cc96d7ea..2b312424 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.16.3] - 2024-11-28 ### Changed - [PR#721](https://github.com/EmbarkStudios/cargo-deny/pull/721) updated `rust-version` to 1.81.0 to accurately reflect the minimum rust version required to compile, resolving [#720](https://github.com/EmbarkStudios/cargo-deny/issues/720). - [PR#722](https://github.com/EmbarkStudios/cargo-deny/pull/722) updated the SPDX license list to 3.25.0. @@ -681,7 +682,8 @@ Now each license has to be explicitly approved, either by listing them in `licen - Initial implementation release -[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.3...HEAD +[0.16.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.2...0.16.3 [0.16.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.1...0.16.2 [0.16.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.0...0.16.1 [0.16.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.15.1...0.16.0 diff --git a/Cargo.lock b/Cargo.lock index 2e06b503..02d6dd24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 4b4ff041..aa664a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-deny" description = "Cargo plugin to help you manage large dependency graphs" repository = "https://github.com/EmbarkStudios/cargo-deny" -version = "0.16.2" +version = "0.16.3" authors = [ "Embark ", "Jake Shadle ",