diff --git a/CHANGELOG.md b/CHANGELOG.md index ca97dbac..b59828ca 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.7] - 2024-01-22 ### Fixed - [PR#591](https://github.com/EmbarkStudios/cargo-deny/pull/591) updated `krates` _again_ to pull in [krates#71](https://github.com/EmbarkStudios/krates/pull/71). @@ -505,7 +506,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.6...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.7...HEAD +[0.14.7]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.6...0.14.7 [0.14.6]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.5...0.14.6 [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 diff --git a/Cargo.lock b/Cargo.lock index b8adc739..bbe9468c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.6" +version = "0.14.7" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index e7dee2c8..5ba5e03c 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.6" +version = "0.14.7" authors = [ "Embark ", "Jake Shadle ",