From d37423a2da2c588d99120c190fc1b8f51a9ff666 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 6 Apr 2023 12:47:40 +0200 Subject: [PATCH] Release 0.13.8 --- 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 265e82d7..60eddb2d 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.13.8] - 2023-04-06 ### Added - [PR#504](https://github.com/EmbarkStudios/cargo-deny/pull/504) (though really [PR#365](https://github.com/EmbarkStudios/cargo-deny/pull/365)) resolved [#350](https://github.com/EmbarkStudios/cargo-deny/issues/350) by adding the `deny-multiple-versions` field to `bans.deny` entries, allowing specific crates to deny multiple versions while allowing/warning on them more generally. Thanks [@leops](https://github.com/leops)! - [PR#493](https://github.com/EmbarkStudios/cargo-deny/pull/493) resolved [#437](https://github.com/EmbarkStudios/cargo-deny/issues/437) by also looking for deny configuration files in `.cargo`. Thanks [@DJMcNab](https://github.com/DJMcNab)! @@ -428,7 +429,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.13.7...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.8...HEAD +[0.13.8]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.7...0.13.8 [0.13.7]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.6...0.13.7 [0.13.6]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.5...0.13.6 [0.13.5]: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.4...0.13.5 diff --git a/Cargo.lock b/Cargo.lock index acc14149..43b3ab62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,7 +273,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.13.7" +version = "0.13.8" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 0457d991..4bf86e2d 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.13.7" +version = "0.13.8" authors = [ "Embark ", "Jake Shadle ",