From e3af7f30e84ecc1c60c103fe2a87867a38cdad6c Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 19 Nov 2024 12:40:40 +0100 Subject: [PATCH] Release 0.6.6 --- 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 a7e054b..2831465 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.6] - 2024-11-19 ### Added - [PR#268](https://github.com/EmbarkStudios/cargo-about/pull/268) resolved [#267](https://github.com/EmbarkStudios/cargo-about/issues/267) by adding a [`unicode-ident`](https://github.com/dtolnay/unicode-ident) workaround to compensate for the `LICENSE-UNICODE` file more closely matching the [`Unicode-3.0`](https://spdx.org/licenses/Unicode-3.0.html) SPDX identifier rather than the expected [`Unicode-DFS-2016`](https://spdx.org/licenses/Unicode-DFS-2016.html) one. @@ -189,7 +190,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.5...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.6...HEAD +[0.6.6]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.5...0.6.6 [0.6.5]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.4...0.6.5 [0.6.4]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.3...0.6.4 [0.6.3]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.2...0.6.3 diff --git a/Cargo.lock b/Cargo.lock index 69be0d8..3d60562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ dependencies = [ [[package]] name = "cargo-about" -version = "0.6.5" +version = "0.6.6" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 29ce4c0..1b40fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.6.5" +version = "0.6.6" description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" authors = [ "Embark ",