From e0938b79ef01942103f0d340d86e65bd7e5d8aa5 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 7 Feb 2022 13:25:10 +0100 Subject: [PATCH] Release 0.11.2 --- 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 c1334e77..c110e702 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.11.2] - 2022-02-07 ### Changed - [PR#403](https://github.com/EmbarkStudios/cargo-deny/pull/403) added support for the [`CARGO_TERM_COLOR`](https://doc.rust-lang.org/cargo/reference/config.html#termcolor) environment variable. Thanks [@svenstaro](https://github.com/svenstaro)! - [PR#404](https://github.com/EmbarkStudios/cargo-deny/pull/404) updated dependencies. @@ -328,7 +329,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.11.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.11.2...HEAD +[0.11.2]: https://github.com/EmbarkStudios/cargo-deny/compare/0.11.1...0.11.2 [0.11.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.11.0...0.11.1 [0.11.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.3...0.11.0 [0.10.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.10.2...0.10.3 diff --git a/Cargo.lock b/Cargo.lock index bf800455..69d1be7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.11.1" +version = "0.11.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d458f550..a30c9ab7 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.11.1" +version = "0.11.2" authors = [ "Embark ", "Jake Shadle ",