From d50a34733fc789b6abf1c3b1ffebacc92f616174 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 23 Apr 2024 09:49:06 +0200 Subject: [PATCH] Release 0.14.22 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f535f43b..e4b5103d 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.22] - 2024-04-23 ### Changed - [PR#653](https://github.com/EmbarkStudios/cargo-deny/pull/653) updated `jobserver` -> 0.1.30 - [PR#656](https://github.com/EmbarkStudios/cargo-deny/pull/656) updated `gix` -> 0.62.0, `reqwest` -> 0.12.4, `tame-index` -> 0.11.0 @@ -595,7 +596,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.21...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.22...HEAD +[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 [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 diff --git a/Cargo.lock b/Cargo.lock index 86b464cf..7dc2b9d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.21" +version = "0.14.22" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 91791746..166f68b0 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.21" +version = "0.14.22" authors = [ "Embark ", "Jake Shadle ",