Skip to content

Latest commit

 

History

History
173 lines (98 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

173 lines (98 loc) · 3.75 KB

Change Log

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.14.0 - 2024-02-06

Compatibility

  • Packages selected by default may change
  • MSRV bumped to 1.72

Fixes

  • Use cargo's definition of default-members when partitioning packages

0.13.0 - 2023-10-02

Breaking Changes

  • Upgraded cargo_metadata to 0.18

0.12.0 - 2023-09-11

Breaking Changes

  • Move clap support behind clap feature flag

Compatibility

  • Update MSRV to 1.70.0

Features

  • Expose cargo's nightly styling

0.11.0 - 2023-08-01

Breaking Changes

  • Upgraded cargo_metadata

Compatibility

  • Raised MSRV to 1.66.0

0.10.0 - 2022-09-28

Breaking CHanges

  • Upgraded to clap v4

Compatibility

  • Raised MSRV to 1.60.0

0.9.1 - 2022-07-11

Features

  • -F short flag for --features to match cargo 1.62.0

0.9.0 - 2022-07-01

Breaking Changes

  • Upgrade cargo_metadata

0.8.0 - 2021-12-31

Breaking Changes

  • Upgraded to clap3

0.7.0 - 2021-11-15

Breaking Changes

  • If you already have a -p short flag, this will break

Fixes

  • Add -p short flag
  • Use SPEC as --package / --exclude value name

0.6.1 - 2021-08-12

Fixes

  • --exclude was broken by the previous change

0.6.0 - 2021-08-12

Fixes

  • --package is now an opt-in to match cargos behavior

0.5.0 - 2021-07-31

Breaking Changes

  • Updated to cargo_metadata 0.14

0.4.1 - 2021-07-31

Fixes

  • With Workspace::package, Workspace::exclude, and Features::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

Breaking Changes

  • cargo_metadata 0.12 is now required

0.3.1 - 2020-05-11

Fixes

  • Workaround structopt bug causing documentation to override help strings

0.3.0 (2019-12022)

Breaking Changes

  • cargo_metadata 0.9 is now required

0.2.0 (2019-09-12)

Features

  • --workspace has been added with --all acting as an alias.

Breaking Changes

  • structopt 0.3 is now required
  • cargo_metadata 0.8 is now required
  • Structs are now non-exhaustive

0.1.4 (2019-05-23)

Bug Fixes

  • Argument names were missing (c444c5cc)