diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ab06a..183b390 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.6] - 2023-04-26 ## [0.5.5] - 2023-03-20 ### Added - [PR#219](https://github.com/EmbarkStudios/cargo-about/pull/219) added the `clearly-defined-timeout-secs` config option to specify a different timeout when attempting to gather license information from clearly defined. The default is 30 seconds. @@ -134,7 +135,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.5...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.6...HEAD +[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 [0.5.3]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.2...0.5.3 diff --git a/Cargo.lock b/Cargo.lock index 59d942c..9991186 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "cargo-about" -version = "0.5.5" +version = "0.5.6" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 211e5c3..e04aa8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.5.5" +version = "0.5.6" description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" authors = [ "Embark ",