Skip to content

Commit b9df80c

Browse files
committed
chore: Release
1 parent e46e12b commit b9df80c

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

CHANGELOG.md

+4-1
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.3.23] - 2023-08-18
24+
2325
### Fixes
2426

2527
- Fixed `UnknownArgumentValueParser` to not error on flag's absence
@@ -4405,7 +4407,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
44054407
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
44064408

44074409
<!-- next-url -->
4408-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.22...HEAD
4410+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.23...HEAD
4411+
[4.3.23]: https://github.com/clap-rs/clap/compare/v4.3.22...v4.3.23
44094412
[4.3.22]: https://github.com/clap-rs/clap/compare/v4.3.21...v4.3.22
44104413
[4.3.21]: https://github.com/clap-rs/clap/compare/v4.3.20...v4.3.21
44114414
[4.3.20]: https://github.com/clap-rs/clap/compare/v4.3.19...v4.3.20

CITATION.cff

+2-2
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-08-17
7-
version: 4.3.22
6+
date-released: 2023-08-18
7+
version: 4.3.23
88

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

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727

2828
[package]
2929
name = "clap"
30-
version = "4.3.22"
30+
version = "4.3.23"
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.3.22", default-features = false }
104+
clap_builder = { path = "./clap_builder", version = "=4.3.23", default-features = false }
105105
clap_derive = { path = "./clap_derive", version = "=4.3.12", optional = true }
106106
once_cell = { version = "1.12.0", optional = true }
107107

clap_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_builder"
3-
version = "4.3.22"
3+
version = "4.3.23"
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)