diff --git a/CHANGELOG.md b/CHANGELOG.md index 007c20e8..d688b5d4 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.20] - 2024-03-23 ### Fixed - [PR#642](https://github.com/EmbarkStudios/cargo-deny/pull/642) resolved [#641](https://github.com/EmbarkStudios/cargo-deny/issues/641) by pinning `gix-transport` (and its unique dependencies) to 0.41.2 as a workaround for `cargo install` not using the lockfile. See [this issue](https://github.com/Byron/gitoxide/issues/1328) for more information. @@ -585,7 +586,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.19...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.20...HEAD +[0.14.20]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.19...0.14.20 [0.14.19]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.18...0.14.19 [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 diff --git a/Cargo.lock b/Cargo.lock index b7988d2a..c302e2f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.19" +version = "0.14.20" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 501947c1..7ae4ac6c 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.19" +version = "0.14.20" authors = [ "Embark ", "Jake Shadle ",