From c16388b4fa5a978d5737887e3ead778245bd027a Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 21 Mar 2024 19:34:08 +0100 Subject: [PATCH] Release 0.14.19 --- 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 a0497e99..082af691 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.19] - 2024-03-21 ### Changed - [PR#639](https://github.com/EmbarkStudios/cargo-deny/pull/639) updated tame-index to avoid an error if you don't used `--locked`. @@ -581,7 +582,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.18...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.19...HEAD +[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 [0.14.16]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.15...0.14.16 diff --git a/Cargo.lock b/Cargo.lock index 9dfa7dfb..debfa701 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.18" +version = "0.14.19" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 4a88e5d7..b10f1ae7 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.18" +version = "0.14.19" authors = [ "Embark ", "Jake Shadle ",