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.13.0 - 2023-10-02
- Upgraded
cargo_metadata
to 0.18
0.12.0 - 2023-09-11
- Move clap support behind
clap
feature flag
- Update MSRV to 1.70.0
- Expose cargo's nightly styling
0.11.0 - 2023-08-01
- Upgraded
cargo_metadata
- Raised MSRV to 1.66.0
0.10.0 - 2022-09-28
- Upgraded to clap v4
- Raised MSRV to 1.60.0
0.9.1 - 2022-07-11
-F
short flag for--features
to match cargo 1.62.0
0.9.0 - 2022-07-01
- Upgrade
cargo_metadata
0.8.0 - 2021-12-31
- Upgraded to clap3
0.7.0 - 2021-11-15
- If you already have a
-p
short flag, this will break
- Add
-p
short flag - Use
SPEC
as--package
/--exclude
value name
0.6.1 - 2021-08-12
--exclude
was broken by the previous change
0.6.0 - 2021-08-12
--package
is now an opt-in to matchcargo
s behavior
0.5.0 - 2021-07-31
- Updated to cargo_metadata 0.14
0.4.1 - 2021-07-31
- With
Workspace::package
,Workspace::exclude
, andFeatures::feature
we were accidentally accepting multiple values (--feature foo bar
) rather than multiple occurrences (--feature foo --feature bar
) or delimited values (--feature "foo bar"
).
0.4.0 - 2021-02-01
- cargo_metadata 0.12 is now required
0.3.1 - 2020-05-11
- Workaround structopt bug causing documentation to override help strings
- cargo_metadata 0.9 is now required
--workspace
has been added with--all
acting as an alias.
- structopt 0.3 is now required
- cargo_metadata 0.8 is now required
- Structs are now non-exhaustive
- Argument names were missing (c444c5cc)