Skip to content

Releases: clap-rs/clap

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)

v4.5.19

01 Oct 18:02
Compare
Choose a tag to compare

[4.5.19] - 2024-10-01

Internal

  • Update dependencies

v4.5.18

20 Sep 20:02
Compare
Choose a tag to compare

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

04 Sep 19:16
Compare
Choose a tag to compare

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

15 Aug 21:42
Compare
Choose a tag to compare

[4.5.16] - 2024-08-15

Fixes

  • (derive) Improve error messages when derive feature is missing