From e1d90f1f6c6775b76b3f3e14c80abd2647811c4c Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 5 Feb 2024 09:02:28 +0100 Subject: [PATCH] Release 0.14.11 --- 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 b5dce5b3..b1d970fe 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.11] - 2024-02-05 ### Fixed - [PR#599](https://github.com/EmbarkStudios/cargo-deny/pull/599) resolved [#488](https://github.com/EmbarkStudios/cargo-deny/issues/488) by treating git and path sources differently. Thanks [@kpreid](https://github.com/kpreid)! @@ -521,7 +522,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.10...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.11...HEAD +[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 [0.14.9]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.8...0.14.9 [0.14.8]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.7...0.14.8 diff --git a/Cargo.lock b/Cargo.lock index 247c49d4..3a387130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.10" +version = "0.14.11" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 46f48819..c08da516 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.10" +version = "0.14.11" authors = [ "Embark ", "Jake Shadle ",