Skip to content

Commit 010976c

Browse files
committed
chore: Release
1 parent 0bafd2f commit 010976c

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.24] - 2022-11-14
11+
1012
### Fixes
1113

1214
- Avoid panic when printing an argument that isn't built
@@ -4002,7 +4004,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
40024004
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
40034005

40044006
<!-- next-url -->
4005-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.23...HEAD
4007+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.24...HEAD
4008+
[4.0.24]: https://github.com/clap-rs/clap/compare/v4.0.23...v4.0.24
40064009
[4.0.23]: https://github.com/clap-rs/clap/compare/v4.0.22...v4.0.23
40074010
[4.0.22]: https://github.com/clap-rs/clap/compare/v4.0.21...v4.0.22
40084011
[4.0.21]: https://github.com/clap-rs/clap/compare/v4.0.20...v4.0.21

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.23"
13+
version = "4.0.24"
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)