Skip to content

Releases: joshtriplett/clap

v4.4.6

10 Oct 11:44
Compare
Choose a tag to compare

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

v4.4.5

10 Oct 11:44
Compare
Choose a tag to compare

[4.4.5] - 2023-09-25

Fixes

  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

10 Oct 11:44
Compare
Choose a tag to compare

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

v4.4.3

10 Oct 11:44
Compare
Choose a tag to compare

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

v4.4.2

10 Oct 11:44
Compare
Choose a tag to compare

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

v4.4.1

10 Oct 11:44
Compare
Choose a tag to compare

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

v4.4.0

10 Oct 11:44
Compare
Choose a tag to compare

[4.4.0] - 2023-08-24

Compatibility

  • Update MSRV to 1.70.0

v4.3.24

10 Oct 11:44
Compare
Choose a tag to compare

[4.3.24] - 2023-08-23

Fixes

  • Ensure column padding is preserved in --help with custom templates

v4.3.23

10 Oct 11:44
Compare
Choose a tag to compare

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

10 Oct 11:44
Compare
Choose a tag to compare

[4.3.22] - 2023-08-17

Features

  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors