diff --git a/CHANGELOG.md b/CHANGELOG.md index 27936e94..2146084d 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.24] - 2024-05-24 ### Changed - [PR#663](https://github.com/EmbarkStudios/cargo-deny/pull/663) updated some crates, notably `gix` -> 0.63 (and tame-index). @@ -606,7 +607,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.23...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.24...HEAD +[0.14.24]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.23...0.14.24 [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 diff --git a/Cargo.lock b/Cargo.lock index 0ac5f939..ee251fe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.23" +version = "0.14.24" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index a696f59e..5023c3c1 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.23" +version = "0.14.24" authors = [ "Embark ", "Jake Shadle ",