From b461d2fdbbe22632306cfaf581bba0bce65ff615 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 28 Feb 2024 09:41:13 +0100 Subject: [PATCH] Release 0.14.15 --- 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 cd1822a5..937cd84c 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.15] - 2024-02-28 ### Added - [PR#618](https://github.com/EmbarkStudios/cargo-deny/pull/618) added metadata notes to diagnostics when a license is rejected, as well as removing span information for accepted licenses unless the log level is `info` or higher to make the diagnostic clearer by default. @@ -564,7 +565,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.14...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.15...HEAD +[0.14.15]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.14...0.14.15 [0.14.14]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.13...0.14.14 [0.14.13]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.12...0.14.13 [0.14.12]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.11...0.14.12 diff --git a/Cargo.lock b/Cargo.lock index fa69c6e2..c70a3016 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.14" +version = "0.14.15" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index c1aa43b5..adeb8841 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.14" +version = "0.14.15" authors = [ "Embark ", "Jake Shadle ",