diff --git a/CHANGELOG.md b/CHANGELOG.md index d71fd69..88448d0 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.4] - 2024-08-12 ### Fixed - [PR#254](https://github.com/EmbarkStudios/cargo-about/pull/254) reverted unintended `id` -> `short_id` field rename. @@ -172,7 +173,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.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.4...HEAD +[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 [0.6.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.0...0.6.1 diff --git a/Cargo.lock b/Cargo.lock index 6cb46bf..a118502 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ dependencies = [ [[package]] name = "cargo-about" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index e83a6dc..e29bf19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.6.3" +version = "0.6.4" description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" authors = [ "Embark ",