From 3bcd3380f606fd468b2836e04cdcf7997d1f3ff8 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 20 Mar 2023 11:56:32 +0100 Subject: [PATCH] Release 0.5.5 --- 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 e3fedc6..af7954f 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.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. - [PR#219](https://github.com/EmbarkStudios/cargo-about/pull/219) added the `max-depth` config option to specify the maximum depth from a crate's root that are searched for licenses. Most license files will be located at or near the root, so this option allows reducing the time, CPU, and memory costs associated with in-depth file scanning while still retaining the benefits of local file scanning. @@ -132,7 +133,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.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.5...HEAD +[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 [0.5.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.5.1...0.5.2 diff --git a/Cargo.lock b/Cargo.lock index 569490c..8f84e8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "cargo-about" -version = "0.5.4" +version = "0.5.5" dependencies = [ "anyhow", "askalono", diff --git a/Cargo.toml b/Cargo.toml index 422848e..86aef10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-about" -version = "0.5.4" +version = "0.5.5" description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" authors = [ "Embark ",