Skip to content

Commit 4524127

Browse files
committed
chore: Release
1 parent d279f7f commit 4524127

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

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

10+
## [4.0.2] - 2022-09-28
11+
1012
### Fixes
1113

1214
- *(parser)* `SetFalse` should conflict with itself like `SetTrue` and `Set`
@@ -3858,7 +3860,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
38583860
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
38593861

38603862
<!-- next-url -->
3861-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.1...HEAD
3863+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.2...HEAD
3864+
[4.0.2]: https://github.com/clap-rs/clap/compare/v4.0.1...v4.0.2
38623865
[4.0.1]: https://github.com/clap-rs/clap/compare/v4.0.0...v4.0.1
38633866
[4.0.0]: https://github.com/clap-rs/clap/compare/v3.2.18...v4.0.0
38643867
[3.2.18]: https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.18

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

1111
[package]
1212
name = "clap"
13-
version = "4.0.1"
13+
version = "4.0.2"
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)