Skip to content

Releases: EmbarkStudios/cargo-about

Release 0.6.1

23 Jan 09:58

Choose a tag to compare

Changed

Release 0.6.0

13 Dec 11:01

Choose a tag to compare

Fixed

  • PR#234 relaxed the version restriction on the ring workaround to account for the 0.17.* versions.
  • PR#236 fixed an issue where the count field for each license was the number of unique licenses, rather than the number of unique crates using that license, as intended.
  • PR#240 resolved #233 by publishing a binary for aarch64-pc-windows-msvc.
  • PR#240 resolved #239 by correcting the name of the clarification field from override_git_commit -> override-git-commit.

Changed

Release 0.5.7

02 Sep 10:01

Choose a tag to compare

Changed

  • PR#231 updated dependencies, which included fixing #225 by removing yanked crate versions, as well as getting rid of an advisory.
  • PR#231 updated MSRV to 1.70.0 because a dependency required it, but it also allowed use of the IsTerminal trait, meaning we could get rid of atty and the associated advisory.

Release 0.5.6

26 Apr 07:31

Choose a tag to compare

Added

  • PR#224 added the --format option, allowing users to specify json to output the raw JSON used by the (previously) required handlebars templates, closing #196.

Release 0.5.5

20 Mar 10:58

Choose a tag to compare

Added

  • PR#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 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.

Changed

  • PR#219 updated dependencies.

0.5.4

01 Feb 22:19

Choose a tag to compare

Added

  • PR#216 add the filter-noassertion configuration, allowing users to use local scanning for files that <clearlydefined.io> adds NOASSERTION license ids to so that they are properly attributed or ignored.

Release 0.5.3

27 Jan 15:01

Choose a tag to compare

Fixed

Release 0.5.2

25 Nov 17:00

Choose a tag to compare

Changed

  • PR#205 updated to spdx 0.9 and therefore the SPDX license from version 3.14 -> 3.18. Thanks @o0Ignition0o!

Release 0.5.1

05 Apr 06:41

Choose a tag to compare

Added

Changed

Release 0.5.0

04 Mar 07:59

Choose a tag to compare

Changed

  • PR#187 closed #185 by making it so that all crates marked as publish = false will be ignored, rather than the previous behavior of only ignore workspace members. Please file an issue if this behavior is not acceptable. Thanks @danielnelson!