Skip to content

Commit a59a535

Browse files
committed
chore: Release
1 parent 4348f43 commit a59a535

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.4] - 2023-01-24
22+
2123
### Fixes
2224

2325
- *(help)* Respect `disable_colored_help` when using `arg_required_else_help`
@@ -4117,7 +4119,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
41174119
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
41184120

41194121
<!-- next-url -->
4120-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.3...HEAD
4122+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.4...HEAD
4123+
[4.1.4]: https://github.com/clap-rs/clap/compare/v4.1.3...v4.1.4
41214124
[4.1.3]: https://github.com/clap-rs/clap/compare/v4.1.2...v4.1.3
41224125
[4.1.2]: https://github.com/clap-rs/clap/compare/v4.1.1...v4.1.2
41234126
[4.1.1]: https://github.com/clap-rs/clap/compare/v4.1.0...v4.1.1

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.3"
27+
version = "4.1.4"
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)