All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.6.4 - 2024-08-12
- PR#254 reverted unintended
id
->short_id
field rename.
0.6.3 yanked - 2024-08-12
- PR#251 updated crates and directly depend on
semver
.
- PR#253 resolved #250 by changing the example template to emit unique anchors.
- PR#253 resolved #252 by ignoring
SIGPIPE
.
0.6.2 - 2024-05-31
- PR#248 updated crates.
0.6.1 - 2024-01-23
0.6.0 - 2023-12-13
- 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
.
0.5.7 - 2023-09-02
- 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 ofatty
and the associated advisory.
0.5.6 - 2023-04-26
- PR#224 added the
--format
option, allowing users to specifyjson
to output the raw JSON used by the (previously) required handlebars templates, closing #196.
0.5.5 - 2023-03-20
- 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.
- PR#219 updated dependencies.
0.5.4 - 2023-02-01
- PR#216 add the
filter-noassertion
configuration, allowing users to use local scanning for files that <clearlydefined.io> addsNOASSERTION
license ids to so that they are properly attributed or ignored.
0.5.3 - 2023-01-27
- PR#213 resolved #203 by adding the
--fail
option to the generate subcommand. Thanks @mikayla-maki!
0.5.2 - 2022-11-25
- PR#205 updated to spdx 0.9 and therefore the SPDX license from version 3.14 -> 3.18. Thanks @o0Ignition0o!
0.5.1 - 2022-04-05
- 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!
0.5.0 - 2022-03-04
- 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!
0.4.8 - 2022-03-02
- 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!
0.4.7 - 2022-02-09
- PR#182 fixed #181 by adding version, author, and about metadata to the CLI output, as
structopt
by default added that, butclap
v3 does not.
0.4.6 - 2022-02-07
0.4.5 - 2022-02-04
- PR#178 updated dependencies.
0.4.4 - 2021-12-23
- PR#177 updated the structure for the
.cargo_vcs_info.json
file since it now contains the path in the repo of the crate.
- PR#177 updated dependencies
0.4.3 - 2021-11-22
- PR#176 fixed #175 by updating
askalono
which was causingcargo install
failures due tocargo install
's default behavior of not using theCargo.lock
file. This got rid of thefailure
dependency as well, which was pulling in a lot of additional crates that are now gone.
0.4.2 - 2021-11-21
0.4.1 - 2021-11-01
0.4.0 - 2021-10-28
- PR#168 added the ability to retrieve harvested license data from clearlydefined.io, which generally has superior machine harvested data to the old of approach of relying completely on askalono and local file scanning. This gathering is enabled by default, but can be turned off with the
no-clearly-defined
option in the config. - PR#168 added the concept of clarifications, which are essentially user specified overrides for the license for a crate, using 1 or more sources of truth to ensure there is no drift between the clarification and the crate license over time.
- PR#168 added built-in
workarounds
, which are just opt-in clarifications that are built-in tocargo-about
itself so that users ofcargo-about
don't have to repeat the same clarification process for various popular crates in the ecosystem. - PR#168 added the
clarify
subcommand, which can be used to help you clarify particular crates. - PR#168 added support for
accepted
licenses on a per-crate basis in addition to the globalaccepted
licenses. - PR#169 added an mdbook at https://embarkstudios.github.io/cargo-about/ to give improved documentation over the previous README.md only approach.
- PR#169 removed the
additional
andignore
crate configuration in favor of clarifications and/or the better harvested content from clearlydefined.io.
0.3.0 - 2021-03-17
- PR#148 added the
-o, --output-file
argument to specify a file to write to. Thanks @MaulingMonkey! - PR#153 added the
--workspace
flag, closing #151. Thanks @MaulingMonkey!
- PR#157 returned to
mimalloc
fromrpmalloc
to address #137. The original issue withmimalloc
relying on cmake was fixed. Thanks @badboy! - Crates which use the same license are also now sorted lexicographically.
- Updated dependencies, namely
krates
.
0.2.3 - 2020-11-11
- Updated dependencies.
0.2.2 - 2020-05-07
- PR#84 switched from mimalloc to rpmalloc to avoid usage of cmake which broke musl builds.
0.2.1 - 2020-05-06 YANKED
- PR#83 changed the default allocator from the system allocator to mimalloc, which should give some performance improvements, particular when building for musl.
0.2.0 - 2020-01-24
cfg()
dependendent crates can now be ignored by specifying only thetargets = []
you actually build forbuild
anddev
dependencies can now be optionally ignored
- The
used_by
list of crates that use a particular license are now always sorted lexicographically
0.1.1 - 2019-12-12
- #20 Fewer files are now scanned for license information
- #21 Pipes in the file system are now ignored on unix systems
- #23 Fixes searching for the
about.toml
configuration file
0.1.0 - 2019-12-06
0.0.1 - 2019-11-07
- Initial add of the thing