Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 25, 2023
1 parent 6696513 commit 765c2e1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Features

- *(derive)* `#[group]` raw attribute support

### Performance

- *(derive)* `clap_builder` was pulled out of `clap` so it could build in parallel to `clap_derive`
- `os_str_bytes` dependency was removed for faster builds and smaller binaries

## [4.1.13] - 2023-03-18

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

### Breaking Change

- `RawOsStr` and `RawOsString` are no long exported
- Return types were changed from `RawOsStr` to `OsStr`

### Features

- `OsStrExt` trait added to help with processing `OsStr`s

### Performance

- `os_str_bytes` dependency was dropped to improve build times and reduce binary size

## [0.3.3] - 2023-03-16

## [0.3.2] - 2023-02-23
Expand Down

0 comments on commit 765c2e1

Please sign in to comment.