mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
4 KiB
4 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
4.5.1 - 2024-06-06
4.5.0 - 2024-02-08
Compatibility
- Update MSRV to 1.74
4.4.2 - 2023-10-24
4.4.1 - 2023-09-18
4.4.0 - 2023-08-24
Compatibility
- Update MSRV to 1.70.0
4.3.1 - 2023-06-02
4.3.0 - 2023-05-19
4.2.0 - 2023-03-28
4.1.2 - 2023-03-16
4.1.1 - 2023-02-15
4.1.0 - 2023-01-13
Compatibility
MSRV changed to 1.64.0
4.0.2 - 2022-11-24
4.0.1 - 2022-10-18
4.0.0 - 2022-09-28
3.2.4 - 2022-07-02
Fixes
- Treat new actions as repeatable
3.2.3 - 2022-06-28
3.2.2 - 2022-06-21
3.2.1 - 2022-06-13
3.2.0 - 2022-06-13
3.1.5 - 2022-04-19
3.1.4 - 2022-03-21
- Subcommand alias support
3.1.3 - 2022-03-18
Fixes
require_equals
fix
3.1.2 - 2022-03-18
3.1.1 - 2022-03-17
Features
hide
supportrequire_equals
support- Exclude support
multiple_occurrences
support