From 86d508d93044c56e04856fdea69e006dd2c9df7c Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Sat, 24 Feb 2024 13:44:59 +0100 Subject: [PATCH] Release 0.14.13 --- 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 a42ef31c..59b483de 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.13] - 2024-02-24 ### Fixed - [PR#615](https://github.com/EmbarkStudios/cargo-deny/pull/615) fixed an issue introduced in [PR#605](https://github.com/EmbarkStudios/cargo-deny/pull/605) where the various `bans` diagnostic codes could not have their lint level changed via the CLI. It also introduced the `deprecated` diagnostic code. @@ -556,7 +557,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.12...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.13...HEAD +[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 [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 diff --git a/Cargo.lock b/Cargo.lock index 71834f24..43e6d553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.12" +version = "0.14.13" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 6940c9c6..891af758 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.12" +version = "0.14.13" authors = [ "Embark ", "Jake Shadle ",