From 9e21db11b3d04be0f12640a5a52a5d98e3aa0c07 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 26 Jul 2024 16:46:44 +0200 Subject: [PATCH] Release 0.15.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 eb9bebc0..df44106e 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.15.1] - 2024-07-26 ### Fixed - [PR#681](https://github.com/EmbarkStudios/cargo-deny/pull/681) fixed [#680](https://github.com/EmbarkStudios/cargo-deny/issues/680) by always stripping `.git` from urls when matching sources to resolved nodes as they are allowed, but (generally) have no semantic meaning are stripped by cargo when emitting metadata. @@ -624,7 +625,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.15.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.15.1...HEAD +[0.15.1]: https://github.com/EmbarkStudios/cargo-deny/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.24...0.15.0 [0.14.24]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.23...0.14.24 [0.14.23]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.22...0.14.23 diff --git a/Cargo.lock b/Cargo.lock index 48a116a3..c0101856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.15.0" +version = "0.15.1" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 8da903c5..8cc11b1f 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.15.0" +version = "0.15.1" authors = [ "Embark ", "Jake Shadle ",