Skip to content

Commit 21b671f

Browse files
committed
chore: Release
1 parent 93ba76d commit 21b671f

5 files changed

Lines changed: 17 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
<!-- next-header -->
2121
## [Unreleased] - ReleaseDate
2222

23+
## [4.4.9] - 2023-11-27
24+
2325
### Fixes
2426

2527
- *(help)* Show correct `Command::about` under flattened headings
@@ -4475,7 +4477,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
44754477
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
44764478

44774479
<!-- next-url -->
4478-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.4.8...HEAD
4480+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.4.9...HEAD
4481+
[4.4.9]: https://github.com/clap-rs/clap/compare/v4.4.8...v4.4.9
44794482
[4.4.8]: https://github.com/clap-rs/clap/compare/v4.4.7...v4.4.8
44804483
[4.4.7]: https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.7
44814484
[4.4.6]: https://github.com/clap-rs/clap/compare/v4.4.5...v4.4.6

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cff-version: 1.2.0
33
message: Please cite this crate using these information.
44

55
# Version information.
6-
date-released: 2023-11-10
7-
version: 4.4.8
6+
date-released: 2023-11-27
7+
version: 4.4.9
88

99
# Project information.
1010
abstract: A full featured, fast Command Line Argument Parser for Rust

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727

2828
[package]
2929
name = "clap"
30-
version = "4.4.8"
30+
version = "4.4.9"
3131
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
3232
repository = "https://github.com/clap-rs/clap"
3333
categories = ["command-line-interface"]
@@ -101,7 +101,7 @@ unstable-styles = ["clap_builder/unstable-styles"]
101101
bench = false
102102

103103
[dependencies]
104-
clap_builder = { path = "./clap_builder", version = "=4.4.8", default-features = false }
104+
clap_builder = { path = "./clap_builder", version = "=4.4.9", default-features = false }
105105
clap_derive = { path = "./clap_derive", version = "=4.4.7", optional = true }
106106

107107
[dev-dependencies]

clap_builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_builder"
3-
version = "4.4.8"
3+
version = "4.4.9"
44
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
55
repository = "https://github.com/clap-rs/clap"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)