From d8168c61c1b404523d48edff1446095d6ba4ef29 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 19 May 2022 08:59:09 +0200 Subject: [PATCH] Release 0.12.1 --- 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 b80420cd..3071cf83 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.12.1] - 2022-05-19 ### Fixed - [PR#426](https://github.com/EmbarkStudios/cargo-deny/pull/426) fixed an oversight in [PR#422](https://github.com/EmbarkStudios/cargo-deny/pull/422), fully resolving [#412](https://github.com/EmbarkStudios/cargo-deny/issues/412) by allowing both `https` and `ssh` URLs for advisory databases. Thanks [@jbg](https://github.com/jbg)! @@ -356,7 +357,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.12.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.12.1...HEAD +[0.12.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.12.0...0.12.1 [0.12.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.11.4...0.12.0 [0.11.4]: https://github.com/EmbarkStudios/cargo-deny/compare/0.11.3...0.11.4 [0.11.3]: https://github.com/EmbarkStudios/cargo-deny/compare/0.11.2...0.11.3 diff --git a/Cargo.lock b/Cargo.lock index 4fe9bb2a..31e783b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.12.0" +version = "0.12.1" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e91f1f4f..994a2b26 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.12.0" +version = "0.12.1" authors = [ "Embark ", "Jake Shadle ",