Skip to content

Releases: clap-rs/clap

v4.5.30

17 Feb 19:01
Compare
Choose a tag to compare

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

11 Feb 19:41
Compare
Choose a tag to compare

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

03 Feb 22:39
Compare
Choose a tag to compare

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

20 Jan 20:51
Compare
Choose a tag to compare

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback

v4.5.26

09 Jan 18:07
Compare
Choose a tag to compare

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

09 Jan 15:10
Compare
Choose a tag to compare

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

v4.5.24

07 Jan 16:48
Compare
Choose a tag to compare

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

05 Dec 21:17
Compare
Choose a tag to compare

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

03 Dec 20:33
Compare
Choose a tag to compare

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself

v4.5.21

13 Nov 18:53
Compare
Choose a tag to compare

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)