Releases: EmbarkStudios/cargo-about
Releases · EmbarkStudios/cargo-about
Release 0.5.2
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
Added
- PR#188 added the ability to ignore transitive dependencies via the
ignore-transitive-dependencies
config flag. Thanks @haraldreingruber! - PR#188 added a
crates
property to the handlebars context, see the about_list_by_crate_example for how it can be used. Thanks @haraldreingruber!
Changed
Release 0.5.0
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
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
Release 0.4.6
Release 0.4.5
Changed
- PR#178 updated dependencies.