From 16d0db8a448d9299b9c52884034227a603f5abc1 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 2 Aug 2023 17:40:12 +0200 Subject: [PATCH] Release 0.14.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 a1a04a14a..bba730f2b 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.1] - 2023-08-02 ### Fixed - [PR#544](https://github.com/EmbarkStudios/cargo-deny/pull/544) updated dependencies, notably `tame-index 0.2.5` which fixed [this issue](https://github.com/EmbarkStudios/tame-index/issues/8) @@ -463,7 +464,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.1...HEAD +[0.14.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.0...0.14.1 [0.14.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.9...0.14.0 [0.13.9]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.8...0.13.9 [0.13.8]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.7...0.13.8 diff --git a/Cargo.lock b/Cargo.lock index 9fbbf9c1c..a9781ccfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 3d575ac83..404a6c475 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.0" +version = "0.14.1" authors = [ "Embark ", "Jake Shadle ",