From 0d6c1ecd8c520cad145bc00588e99fbb211a6742 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 23 Feb 2024 16:05:09 +0100 Subject: [PATCH] Release 0.14.12 --- 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 5d7b76aa..345cf389 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.12] - 2024-02-23 ### Changed - [PR#605](https://github.com/EmbarkStudios/cargo-deny/pull/605) did a major refactor of configuration, both how it is deserialized and changing (hopefully improving) many options. - [PR#605](https://github.com/EmbarkStudios/cargo-deny/pull/605) moved `targets`, `exclude`, `all-features`, `features`, `no-default-features`, and `exclude` into the `[graph]` table. @@ -552,7 +553,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.11...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.12...HEAD +[0.14.12]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.11...0.14.12 [0.14.11]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.10...0.14.11 [0.14.10]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.9...0.14.10 [0.14.9]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.8...0.14.9 diff --git a/Cargo.lock b/Cargo.lock index 8d972388..71834f24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.11" +version = "0.14.12" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index d475edd6..6940c9c6 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.11" +version = "0.14.12" authors = [ "Embark ", "Jake Shadle ",