Skip to content

Commit 475e254

Browse files
committed
chore: Release
1 parent 75e2060 commit 475e254

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
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.3.2] - 2023-06-05
22+
2123
### Fixes
2224

2325
- *(derive)* Don't produce `unused_equalifications` warnings when someone brings a clap type into scope
@@ -4269,7 +4271,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
42694271
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
42704272

42714273
<!-- next-url -->
4272-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.1...HEAD
4274+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.2...HEAD
4275+
[4.3.2]: https://github.com/clap-rs/clap/compare/v4.3.1...v4.3.2
42734276
[4.3.1]: https://github.com/clap-rs/clap/compare/v4.3.0...v4.3.1
42744277
[4.3.0]: https://github.com/clap-rs/clap/compare/v4.2.7...v4.3.0
42754278
[4.2.7]: https://github.com/clap-rs/clap/compare/v4.2.6...v4.2.7

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-06-02
7-
version: 4.3.1
6+
date-released: 2023-06-05
7+
version: 4.3.2
88

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

Cargo.lock

Lines changed: 7 additions & 7 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.3.1"
30+
version = "4.3.2"
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"]
@@ -102,7 +102,7 @@ bench = false
102102

103103
[dependencies]
104104
clap_builder = { path = "./clap_builder", version = "=4.3.1", default-features = false }
105-
clap_derive = { path = "./clap_derive", version = "=4.3.1", optional = true }
105+
clap_derive = { path = "./clap_derive", version = "=4.3.2", optional = true }
106106
once_cell = { version = "1.12.0", optional = true }
107107

108108
[dev-dependencies]

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.3.1"
3+
version = "4.3.2"
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)