diff --git a/CHANGELOG.md b/CHANGELOG.md index c777dc40..aa170811 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.5] - 2024-01-20 ### Fixed - [PR#588](https://github.com/EmbarkStudios/cargo-deny/pull/588) resolved an issue introduced in [0.14.4] where features that reference dev-only dependencies in non-workspace crates would cause a [panic](https://github.com/EmbarkStudios/krates/issues/66). @@ -491,7 +492,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.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.5...HEAD +[0.14.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.4...0.14.5 [0.14.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.3...0.14.4 [0.14.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.2...0.14.3 [0.14.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.1...0.14.2 diff --git a/Cargo.lock b/Cargo.lock index 54c48fe5..96ccc422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.4" +version = "0.14.5" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index a5eb2ba8..a40265c9 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.4" +version = "0.14.5" authors = [ "Embark ", "Jake Shadle ",