From b3f25bf9df8f9833aa7e854f871c0c0ff980a8b5 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 24 Jan 2024 08:57:57 +0100 Subject: [PATCH] Release 0.14.9 --- 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 95228a80..aef86802 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.9] - 2024-01-24 ### Fixed - [PR#594](https://github.com/EmbarkStudios/cargo-deny/pull/594) updated `krates` _again_ to pull in [krates#75](https://github.com/EmbarkStudios/krates/pull/75). @@ -513,7 +514,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.8...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.9...HEAD +[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 [0.14.7]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.6...0.14.7 [0.14.6]: https://github.com/EmbarkStudios/cargo-deny/compare/0.14.5...0.14.6 diff --git a/Cargo.lock b/Cargo.lock index 79a72093..07a9daca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "cargo-deny" -version = "0.14.8" +version = "0.14.9" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index d3e85d11..b1c9d08a 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.8" +version = "0.14.9" authors = [ "Embark ", "Jake Shadle ",