Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 13, 2023
1 parent 523adc2 commit a41ca2e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Breaking Changes

- Made `ArgPredicate` `non_exhaustive`
- *(derive)* `Vec<Vec<T>>` types are now assuming to capture occurrences

### Features

- *(derive)* Group values by their occurrence with `Vec<Vec<T>>`

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

### Features

- `ArgMatches::get_occurrences` support for argument values to be grouped by their occurrence

### Fixes

- *(derive)* Allow `upgrade_from` when arguments / subcommands are explicitly marked as required
- *(help)* Try be more clearer and succinct with `--help` and `--version` (also helps with overflow)
- *(error)* Try to be more clearer and succinct with error messages
- *(error)* Officially adopt [an error style guide](https://rustc-dev-guide.rust-lang.org/diagnostics.html#suggestion-style-guide)
Expand Down
4 changes: 4 additions & 0 deletions clap_complete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

MSRV changed to 1.64.0

## [4.0.7] - 2022-12-22

## [4.0.6] - 2022-11-24
Expand Down
4 changes: 4 additions & 0 deletions clap_complete_fig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

MSRV changed to 1.64.0

## [4.0.2] - 2022-11-24

## [4.0.1] - 2022-10-18
Expand Down
4 changes: 4 additions & 0 deletions clap_lex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

MSRV changed to 1.64.0

## [0.3.0] - 2022-09-20

### Breaking Changes
Expand Down
4 changes: 4 additions & 0 deletions clap_mangen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

MSRV changed to 1.64.0

## [0.2.6] - 2022-12-22

## [0.2.5] - 2022-11-24
Expand Down

0 comments on commit a41ca2e

Please sign in to comment.