diff --git a/CHANGELOG.md b/CHANGELOG.md index 847ba505..7a5a32e0 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.4] - 2025-01-19 ### Changed - [PR#742](https://github.com/EmbarkStudios/cargo-deny/pull/742) updated `gix` to 0.70, to resolve [RUSTSEC-2025-0001](https://rustsec.org/advisories/RUSTSEC-2025-0001.html). @@ -688,7 +689,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.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.4...HEAD +[0.16.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.3...0.16.4 [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 diff --git a/Cargo.lock b/Cargo.lock index 3619b86c..a07e2e2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.16.3" +version = "0.16.4" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 748e2ee2..ed5d6aa5 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.3" +version = "0.16.4" authors = [ "Embark ", "Jake Shadle ",