Skip to content

Commit 50f0e6b

Browse files
committed
chore: Release
1 parent 1471457 commit 50f0e6b

File tree

16 files changed

+70
-55
lines changed

16 files changed

+70
-55
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.1] - 2023-06-02
22+
2123
### Performance
2224

2325
- *(derive)* Reduce the amount of generated code
@@ -4263,7 +4265,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
42634265
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
42644266

42654267
<!-- next-url -->
4266-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.0...HEAD
4268+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.1...HEAD
4269+
[4.3.1]: https://github.com/clap-rs/clap/compare/v4.3.0...v4.3.1
42674270
[4.3.0]: https://github.com/clap-rs/clap/compare/v4.2.7...v4.3.0
42684271
[4.2.7]: https://github.com/clap-rs/clap/compare/v4.2.6...v4.2.7
42694272
[4.2.6]: https://github.com/clap-rs/clap/compare/v4.2.5...v4.2.6

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

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

Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727

2828
[package]
2929
name = "clap"
30-
version = "4.3.0"
30+
version = "4.3.1"
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,8 +101,8 @@ unstable-styles = ["clap_builder/unstable-styles"]
101101
bench = false
102102

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

108108
[dev-dependencies]

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.3.0"
3+
version = "4.3.1"
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"]

clap_complete/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [4.3.1] - 2023-06-02
11+
1012
## [4.3.0] - 2023-05-19
1113

1214
## [4.2.3] - 2023-05-12
@@ -145,7 +147,8 @@ MSRV changed to 1.64.0
145147
## [3.0.1] - 2022-01-03
146148

147149
<!-- next-url -->
148-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...HEAD
150+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v4.3.1...HEAD
151+
[4.3.1]: https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...clap_complete-v4.3.1
149152
[4.3.0]: https://github.com/clap-rs/clap/compare/clap_complete-v4.2.3...clap_complete-v4.3.0
150153
[4.2.3]: https://github.com/clap-rs/clap/compare/clap_complete-v4.2.2...clap_complete-v4.2.3
151154
[4.2.2]: https://github.com/clap-rs/clap/compare/clap_complete-v4.2.1...clap_complete-v4.2.2

clap_complete/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_complete"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
description = "Generate shell completion scripts for your clap::Command"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete"
66
categories = ["command-line-interface"]

clap_complete/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
66
[![Crates.io](https://img.shields.io/crates/v/clap_complete?style=flat-square)](https://crates.io/crates/clap_complete)
77
[![Crates.io](https://img.shields.io/crates/d/clap_complete?style=flat-square)](https://crates.io/crates/clap_complete)
8-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v4.3.0/LICENSE-APACHE)
9-
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v4.3.0/LICENSE-MIT)
8+
[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v4.3.1/LICENSE-APACHE)
9+
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v4.3.1/LICENSE-MIT)
1010

1111
Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT).
1212

1313
1. [About](#about)
1414
2. [API Reference](https://docs.rs/clap_complete)
1515
3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
16-
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_complete-v4.3.0/clap_complete/CONTRIBUTING.md)
17-
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v4.3.0/README.md#sponsors)
16+
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_complete-v4.3.1/clap_complete/CONTRIBUTING.md)
17+
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v4.3.1/README.md#sponsors)
1818

1919
## About
2020

clap_complete_fig/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [4.3.1] - 2023-06-02
11+
1012
## [4.3.0] - 2023-05-19
1113

1214
## [4.2.0] - 2023-03-28
@@ -71,7 +73,8 @@ MSRV changed to 1.64.0
7173
## [3.0.1] - 2022-01-03
7274

7375
<!-- next-url -->
74-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.0...HEAD
76+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.1...HEAD
77+
[4.3.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.0...clap_complete_fig-v4.3.1
7578
[4.3.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.2.0...clap_complete_fig-v4.3.0
7679
[4.2.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.1.2...clap_complete_fig-v4.2.0
7780
[4.1.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.1.1...clap_complete_fig-v4.1.2

clap_complete_fig/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_complete_fig"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
description = "A generator library used with clap for Fig completion scripts"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_fig"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)