Skip to content

Commit ec3fdc4

Browse files
committed
chore: Release
1 parent ec57bec commit ec3fdc4

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

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

1214
- *(help)* Fix wrapping calculations with ANSI escape codes
@@ -3921,7 +3923,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
39213923
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
39223924

39233925
<!-- next-url -->
3924-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.10...HEAD
3926+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.11...HEAD
3927+
[4.0.11]: https://github.com/clap-rs/clap/compare/v4.0.10...v4.0.11
39253928
[4.0.10]: https://github.com/clap-rs/clap/compare/v4.0.9...v4.0.10
39263929
[4.0.9]: https://github.com/clap-rs/clap/compare/v4.0.8...v4.0.9
39273930
[4.0.8]: https://github.com/clap-rs/clap/compare/v4.0.7...v4.0.8

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.10"
13+
version = "4.0.11"
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)