diff --git a/CHANGELOG.md b/CHANGELOG.md index 59197acf..59424026 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.18] - 2024-03-21 ### Fixed - [PR#638](https://github.com/EmbarkStudios/cargo-deny/pull/638) resolved [#636](https://github.com/EmbarkStudios/cargo-deny/issues/636) by updating `krates`. @@ -577,7 +578,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.17...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.18...HEAD +[0.14.18]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.17...0.14.18 [0.14.17]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.16...0.14.17 [0.14.16]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.15...0.14.16 [0.14.15]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.14...0.14.15 diff --git a/Cargo.lock b/Cargo.lock index 50144c1b..b101fd87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.17" +version = "0.14.18" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 334262e0..264eeadb 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.17" +version = "0.14.18" authors = [ "Embark ", "Jake Shadle ",