From 00a0e990c7558e235737bca626562fd26ea3c514 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Sat, 2 Sep 2023 12:00:47 +0200 Subject: [PATCH] Release 0.5.7 --- 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 29be266..e78fc1c 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.5.7] - 2023-09-02 ### Changed - [PR#231](https://github.com/EmbarkStudios/cargo-about/pull/231) updated dependencies, which included fixing [#225](https://github.com/EmbarkStudios/cargo-about/issues/225) by removing yanked crate versions, as well as getting rid of an [advisory](https://rustsec.org/advisories/RUSTSEC-2023-0052). - [PR#231](https://github.com/EmbarkStudios/cargo-about/pull/231) updated MSRV to 1.70.0 because a dependency required it, but it also allowed use of the `IsTerminal` trait, meaning we could get rid of `atty` and the associated [advisory](https://rustsec.org/advisories/RUSTSEC-2021-0145). @@ -141,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial add of the thing -[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.6...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.7...HEAD +[0.5.7]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.6...0.5.7 [0.5.6]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.5...0.5.6 [0.5.5]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.4...0.5.5 [0.5.4]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.3...0.5.4 diff --git a/Cargo.lock b/Cargo.lock index 474365e..1620723 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "cargo-about" -version = "0.5.6" +version = "0.5.7" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index bc25d2f..4ea0858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.5.6" +version = "0.5.7" description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" authors = [ "Embark ",