Skip to content

Commit b99c50f

Browse files
committed
chore: Release
1 parent 3f46258 commit b99c50f

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
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.2.3] - 2023-04-18
22+
2123
### Features
2224

2325
- `Command::styles` for theming help/errors (behind `unstable-styles`)
@@ -4221,7 +4223,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
42214223
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
42224224

42234225
<!-- next-url -->
4224-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.2.2...HEAD
4226+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.2.3...HEAD
4227+
[4.2.3]: https://github.com/clap-rs/clap/compare/v4.2.2...v4.2.3
42254228
[4.2.2]: https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2
42264229
[4.2.1]: https://github.com/clap-rs/clap/compare/v4.2.0...v4.2.1
42274230
[4.2.0]: https://github.com/clap-rs/clap/compare/v4.1.14...v4.2.0

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-04-13
7-
version: 4.2.2
6+
date-released: 2023-04-18
7+
version: 4.2.3
88

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

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -26,7 +26,7 @@ include = [
2626

2727
[package]
2828
name = "clap"
29-
version = "4.2.2"
29+
version = "4.2.3"
3030
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
3131
repository = "https://github.com/clap-rs/clap"
3232
categories = ["command-line-interface"]
@@ -100,7 +100,7 @@ unstable-styles = ["clap_builder/unstable-styles"]
100100
bench = false
101101

102102
[dependencies]
103-
clap_builder = { path = "./clap_builder", version = "=4.2.2", default-features = false }
103+
clap_builder = { path = "./clap_builder", version = "=4.2.3", default-features = false }
104104
clap_derive = { path = "./clap_derive", version = "=4.2.0", optional = true }
105105
once_cell = { version = "1.12.0", optional = true }
106106

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.2.2"
3+
version = "4.2.3"
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)