From ab0ddd54ee66702f476ccd1b69362c4c8b76e6c0 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 23 Jan 2024 10:57:21 +0100 Subject: [PATCH] Release 0.6.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 daea6c1..e44d65c 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.6.1] - 2024-01-23 ### Changed - [PR#244](https://github.com/EmbarkStudios/cargo-about/pull/244) updated `krates` => 0.16. Thanks [@kpreid](https://github.com/kpreid)! - [PR#245](https://github.com/EmbarkStudios/cargo-about/pull/245) updated crates, notably `handlebars`. @@ -156,7 +157,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.6.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.1...HEAD +[0.6.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.7...0.6.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 0a95c69..77572dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "cargo-about" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 1b9bd24..fb1b1c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.6.0" +version = "0.6.1" description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" authors = [ "Embark ",