Skip to content

Commit a41ca2e

Browse files
committed
docs: Update changelog
1 parent 523adc2 commit a41ca2e

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
### Breaking Changes
1010

1111
- Made `ArgPredicate` `non_exhaustive`
12+
- *(derive)* `Vec<Vec<T>>` types are now assuming to capture occurrences
13+
14+
### Features
15+
16+
- *(derive)* Group values by their occurrence with `Vec<Vec<T>>`
1217

1318
<!-- next-header -->
1419
## [Unreleased] - ReleaseDate
@@ -26,8 +31,13 @@ When apps have errors imitating clap's error style:
2631
- Leading letter is lower case
2732
- "For more" added some punctuation
2833

34+
### Features
35+
36+
- `ArgMatches::get_occurrences` support for argument values to be grouped by their occurrence
37+
2938
### Fixes
3039

40+
- *(derive)* Allow `upgrade_from` when arguments / subcommands are explicitly marked as required
3141
- *(help)* Try be more clearer and succinct with `--help` and `--version` (also helps with overflow)
3242
- *(error)* Try to be more clearer and succinct with error messages
3343
- *(error)* Officially adopt [an error style guide](https://rustc-dev-guide.rust-lang.org/diagnostics.html#suggestion-style-guide)

clap_complete/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
MSRV changed to 1.64.0
13+
1014
## [4.0.7] - 2022-12-22
1115

1216
## [4.0.6] - 2022-11-24

clap_complete_fig/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
MSRV changed to 1.64.0
13+
1014
## [4.0.2] - 2022-11-24
1115

1216
## [4.0.1] - 2022-10-18

clap_lex/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
MSRV changed to 1.64.0
13+
1014
## [0.3.0] - 2022-09-20
1115

1216
### Breaking Changes

clap_mangen/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
MSRV changed to 1.64.0
13+
1014
## [0.2.6] - 2022-12-22
1115

1216
## [0.2.5] - 2022-11-24

0 commit comments

Comments
 (0)