From 2ac1ddd606b0733088d084772718105012b28c86 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 2 Aug 2024 14:23:37 +0200 Subject: [PATCH] Release 0.16.0 --- 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 f079b130..ade9d5dd 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.16.0] - 2024-08-02 ### Removed - [PR#681](https://github.com/EmbarkStudios/cargo-deny/pull/681) finished the deprecation introduced in [PR#611](https://github.com/EmbarkStudios/cargo-deny/pull/611), making the usage of the deprecated fields into errors. @@ -654,7 +655,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.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.16.0...HEAD +[0.16.0]: https://github.com/EmbarkStudios/cargo-deny/compare/0.15.1...0.16.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 19fc2da0..a304d67c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.15.1" +version = "0.16.0" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 2ab88ab9..254f2187 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.1" +version = "0.16.0" authors = [ "Embark ", "Jake Shadle ",