Skip to content

Commit 5e240dd

Browse files
committed
chore: Release
1 parent 4648b6b commit 5e240dd

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
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
<!-- next-header -->
1919
## [Unreleased] - ReleaseDate
2020

21+
## [4.1.6] - 2023-02-15
22+
2123
### Fixes
2224

2325
- *(help)* Don't show long help for `--help` just because hidden possible values include a description
@@ -4129,7 +4131,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
41294131
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
41304132

41314133
<!-- next-url -->
4132-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.5...HEAD
4134+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.6...HEAD
4135+
[4.1.6]: https://github.com/clap-rs/clap/compare/v4.1.5...v4.1.6
41334136
[4.1.5]: https://github.com/clap-rs/clap/compare/v4.1.4...v4.1.5
41344137
[4.1.4]: https://github.com/clap-rs/clap/compare/v4.1.3...v4.1.4
41354138
[4.1.3]: https://github.com/clap-rs/clap/compare/v4.1.2...v4.1.3

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
@@ -24,7 +24,7 @@ include = [
2424

2525
[package]
2626
name = "clap"
27-
version = "4.1.5"
27+
version = "4.1.6"
2828
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
2929
repository = "https://github.com/clap-rs/clap"
3030
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)