Skip to content

Commit 6f40954

Browse files
committed
chore: Release
1 parent 6d5394d commit 6f40954

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.2] - 2023-04-13
22+
2123
### Internal
2224

2325
- Update dependencies
@@ -4215,7 +4217,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
42154217
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
42164218

42174219
<!-- next-url -->
4218-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.2.1...HEAD
4220+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.2.2...HEAD
4221+
[4.2.2]: https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2
42194222
[4.2.1]: https://github.com/clap-rs/clap/compare/v4.2.0...v4.2.1
42204223
[4.2.0]: https://github.com/clap-rs/clap/compare/v4.1.14...v4.2.0
42214224
[4.1.14]: https://github.com/clap-rs/clap/compare/v4.1.13...v4.1.14

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-03-28
7-
version: 4.2.1
6+
date-released: 2023-04-13
7+
version: 4.2.2
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.1"
29+
version = "4.2.2"
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"]
@@ -99,7 +99,7 @@ unstable-v5 = ["clap_builder/unstable-v5", "clap_derive?/unstable-v5", "deprecat
9999
bench = false
100100

101101
[dependencies]
102-
clap_builder = { path = "./clap_builder", version = "=4.2.1", default-features = false }
102+
clap_builder = { path = "./clap_builder", version = "=4.2.2", default-features = false }
103103
clap_derive = { path = "./clap_derive", version = "=4.2.0", optional = true }
104104
once_cell = { version = "1.12.0", optional = true }
105105

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.1"
3+
version = "4.2.2"
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)