Skip to content

Releases: clap-rs/clap

v4.5.8

28 Jun 16:45
Compare
Choose a tag to compare

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

v4.5.7

10 Jun 14:30
Compare
Choose a tag to compare

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

v4.5.6

06 Jun 21:37
Compare
Choose a tag to compare

[4.5.6] - 2024-06-06

v4.5.4

25 Mar 21:08
Compare
Choose a tag to compare

[4.5.4] - 2024-03-25

Fixes

  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

15 Mar 12:54
Compare
Choose a tag to compare

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck

v4.5.2

06 Mar 16:52
Compare
Choose a tag to compare

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning

v4.5.1

16 Feb 13:09
Compare
Choose a tag to compare

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

v4.5.0

25 Feb 02:57
Compare
Choose a tag to compare
chore: Release clap_builder version 4.5.0

v4.4.18

16 Jan 20:28
Compare
Choose a tag to compare

[4.4.18] - 2024-01-16

Fixes

  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

15 Jan 16:20
Compare
Choose a tag to compare

[4.4.17] - 2024-01-15

Fixes

  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15