From 02d583179e1c9a3e1ff949edac64e0755ff51acb Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 12 Aug 2024 08:54:51 +0200 Subject: [PATCH] Release 0.6.3 --- 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 7d1567d..bce975d 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.3] - 2024-08-12 ### Changed - [PR#251](https://github.com/EmbarkStudios/cargo-about/pull/251) updated crates and directly depend on `semver`. @@ -168,7 +169,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.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.6.3...HEAD +[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 [0.6.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.7...0.6.0 diff --git a/Cargo.lock b/Cargo.lock index 276e9e7..6cb46bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ dependencies = [ [[package]] name = "cargo-about" -version = "0.6.2" +version = "0.6.3" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index bae2c0c..e83a6dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.6.2" +version = "0.6.3" description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" authors = [ "Embark ",