Skip to content

Commit 79b44d0

Browse files
committed
chore: Release
1 parent 59109b6 commit 79b44d0

5 files changed

Lines changed: 15 additions & 12 deletions

File tree

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.1.12] - 2023-03-18
22+
2123
### Internal
2224

2325
- *(derive)* Update to `syn` v2
@@ -4169,7 +4171,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
41694171
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
41704172

41714173
<!-- next-url -->
4172-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.11...HEAD
4174+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.12...HEAD
4175+
[4.1.12]: https://github.com/clap-rs/clap/compare/v4.1.11...v4.1.12
41734176
[4.1.11]: https://github.com/clap-rs/clap/compare/v4.1.10...v4.1.11
41744177
[4.1.10]: https://github.com/clap-rs/clap/compare/v4.1.9...v4.1.10
41754178
[4.1.9]: https://github.com/clap-rs/clap/compare/v4.1.8...v4.1.9

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-17
7-
version: 4.1.11
6+
date-released: 2023-03-18
7+
version: 4.1.12
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
@@ -24,7 +24,7 @@ include = [
2424

2525
[package]
2626
name = "clap"
27-
version = "4.1.11"
27+
version = "4.1.12"
2828
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
2929
repository = "https://github.com/clap-rs/clap"
3030
categories = ["command-line-interface"]
@@ -99,7 +99,7 @@ unstable-v5 = ["clap_derive?/unstable-v5", "deprecated"]
9999
bench = false
100100

101101
[dependencies]
102-
clap_derive = { path = "./clap_derive", version = "=4.1.9", optional = true }
102+
clap_derive = { path = "./clap_derive", version = "=4.1.12", optional = true }
103103
clap_lex = { path = "./clap_lex", version = "0.3.0" }
104104
bitflags = "2.0.0"
105105
unicase = { version = "2.6.0", optional = true }

clap_derive/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_derive"
3-
version = "4.1.9"
3+
version = "4.1.12"
44
description = "Parse command line argument by defining a struct, derive crate."
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_derive"
66
categories = ["command-line-interface", "development-tools::procedural-macro-helpers"]

0 commit comments

Comments
 (0)