diff --git a/CHANGELOG.md b/CHANGELOG.md index b262ed51..bde2a7eb 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.14.23] - 2024-05-03 ### Fixed - [PR#657](https://github.com/EmbarkStudios/cargo-deny/pull/657) resolved [#652](https://github.com/EmbarkStudios/cargo-deny/issues/652) by fixing an issue where the exit code was incorrect if logging was disabled. @@ -602,7 +603,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.14.22...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.23...HEAD +[0.14.23]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.22...0.14.23 [0.14.22]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.21...0.14.22 [0.14.21]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.20...0.14.21 [0.14.20]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.19...0.14.20 diff --git a/Cargo.lock b/Cargo.lock index 7dc2b9d5..283993f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.22" +version = "0.14.23" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 166f68b0..8f236e05 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.14.22" +version = "0.14.23" authors = [ "Embark ", "Jake Shadle ",