Skip to content

Releases: clap-rs/clap

v4.6.6

Choose a tag to compare

@github-actions github-actions released this 06 Aug 14:03

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

v4.6.5

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:30

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args

v4.6.4

Choose a tag to compare

@github-actions github-actions released this 21 Jul 21:59

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

v4.6.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:55

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values

v4.6.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:11

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one

v4.6.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 18:59

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed

v4.5.60

Choose a tag to compare

@github-actions github-actions released this 19 Feb 19:05

[4.5.60] - 2026-02-19

Fixes

  • (help) Quote empty default values, possible values

v4.5.59

Choose a tag to compare

@github-actions github-actions released this 16 Feb 22:09

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

Choose a tag to compare

@github-actions github-actions released this 11 Feb 13:20

[4.5.58] - 2026-02-11

v4.5.57

Choose a tag to compare

@github-actions github-actions released this 03 Feb 16:27

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)