mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
5.1 KiB
5.1 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.2.23 - 2024-07-25
0.2.22 - 2024-06-28
0.2.21 - 2024-06-06
0.2.20 - 2024-02-08
Compatibility
- Update MSRV to 1.74
0.2.19 - 2024-02-02
Features
- Support generating files for man pages
0.2.18 - 2024-01-29
Fixes
- Print full subcommand name in title (ie include parent commands)
- Print full subcommand in usage (ie include parent commands
0.2.17 - 2024-01-11
Fixes
- Correctly show help for fake flags
0.2.16 - 2023-12-28
Performance
- Only ask
TypedValueParser
for possible values if needed
0.2.15 - 2023-10-24
0.2.14 - 2023-09-18
0.2.13 - 2023-08-24
Compatibility
- Update MSRV to 1.70.0
0.2.12 - 2023-06-02
0.2.11 - 2023-05-19
0.2.10 - 2023-03-16
0.2.9 - 2023-02-22
Fixes
- Only show value names if a value is taken
0.2.8 - 2023-02-15
0.2.7 - 2023-01-13
Compatibility
MSRV changed to 1.64.0
0.2.6 - 2022-12-22
0.2.5 - 2022-11-24
0.2.4 - 2022-10-31
Fixes
- Don't show defaults for flags
0.2.3 - 2022-10-18
0.2.2 - 2022-09-29
Fixes
- Reference to subcommand man pages now lists the correct name
0.2.1 - 2022-09-28
Fixes
- Respect hide attributes in more cases
0.2.0 - 2022-09-28
0.1.10 - 2022-06-28
0.1.9 - 2022-06-21
0.1.8 - 2022-06-13
0.1.7 - 2022-06-13
0.1.6 - 2022-04-20
Fixes
- Split environment variables into separate paragraph
0.1.5 - 2022-04-19
0.1.4 - 2022-04-19
0.1.3 - 2022-04-15
- Use value names for positionals
- Hide hidden flags in synopsis
- Use italics for replaceable args
0.1.2 - 2022-02-16
0.1.1 - 2022-02-08
Fixes
- Expanded the documentation