Skip to content

Commit ec4ccf0

Browse files
committed
chore: Release
1 parent 13fdb83 commit ec4ccf0

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
<!-- next-header -->
1414
## [Unreleased] - ReleaseDate
1515

16+
## [4.0.32] - 2022-12-22
17+
1618
### Fixes
1719

1820
- *(parser)* When overriding `required(true)`, consider args that conflict with its group
@@ -4057,7 +4059,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
40574059
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
40584060

40594061
<!-- next-url -->
4060-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.31...HEAD
4062+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.32...HEAD
4063+
[4.0.32]: https://github.com/clap-rs/clap/compare/v4.0.31...v4.0.32
40614064
[4.0.31]: https://github.com/clap-rs/clap/compare/v4.0.30...v4.0.31
40624065
[4.0.30]: https://github.com/clap-rs/clap/compare/v4.0.29...v4.0.30
40634066
[4.0.29]: https://github.com/clap-rs/clap/compare/v4.0.28...v4.0.29

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

1111
[package]
1212
name = "clap"
13-
version = "4.0.31"
13+
version = "4.0.32"
1414
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
1515
repository = "https://github.com/clap-rs/clap"
1616
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)