Skip to content

Releases: EmbarkStudios/cargo-about

Release 0.5.2

25 Nov 17:00
Compare
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
Compare
Choose a tag to compare

Added

Changed

Release 0.5.0

04 Mar 07:59
Compare
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!

Release 0.4.8

02 Mar 17:36
Compare
Choose a tag to compare

Fixed

  • PR#184 fixed #183 to correct an issue where licenses were misattributed to crates if 1 or more crates was marked as publish = false and private crates were ignored in the config. Thanks @danielnelson!

Release 0.4.7

09 Feb 08:29
Compare
Choose a tag to compare

Fixed

  • PR#182 fixed #181 by adding version, author, and about metadata to the CLI output, as structopt by default added that, but clap v3 does not.

Release 0.4.6

07 Feb 12:31
Compare
Choose a tag to compare

Fixed

  • PR#180 fixed #179 by setting the MSRV to 1.56.1 and adding a CI check for it.

Release 0.4.5

04 Feb 09:30
Compare
Choose a tag to compare

Changed

  • PR#178 updated dependencies.

Release 0.4.4

23 Dec 08:50
Compare
Choose a tag to compare

Fixed

  • PR#177 updated the structure for the .cargo_vcs_info.json file since it now contains the path in the repo of the crate.

Changed

Release 0.4.3

22 Nov 08:07
Compare
Choose a tag to compare

Fixed

  • PR#176 fixed #175 by updating askalono which was causing cargo install failures due to cargo install's default behavior of not using the Cargo.lock file. This got rid of the failure dependency as well, which was pulling in a lot of additional crates that are now gone.

Release 0.4.2

21 Nov 08:29
Compare
Choose a tag to compare

Changed