Skip to content

Commit 4a00677

Browse files
committed
chore: Release
1 parent 6b18d77 commit 4a00677

File tree

20 files changed

+71
-53
lines changed

20 files changed

+71
-53
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
<!-- next-header -->
2121
## [Unreleased] - ReleaseDate
2222

23+
## [4.5.11] - 2024-07-25
24+
2325
## [4.5.10] - 2024-07-23
2426

2527
## [4.5.9] - 2024-07-09
@@ -4595,7 +4597,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
45954597
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
45964598

45974599
<!-- next-url -->
4598-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.5.10...HEAD
4600+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.5.11...HEAD
4601+
[4.5.11]: https://github.com/clap-rs/clap/compare/v4.5.10...v4.5.11
45994602
[4.5.10]: https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10
46004603
[4.5.9]: https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9
46014604
[4.5.8]: https://github.com/clap-rs/clap/compare/v4.5.7...v4.5.8

CITATION.cff

+2-2
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: 2024-07-23
7-
version: 4.5.10
6+
date-released: 2024-07-25
7+
version: 4.5.11
88

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

Cargo.lock

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ blocks_in_conditions = "allow"
101101

102102
[package]
103103
name = "clap"
104-
version = "4.5.10"
104+
version = "4.5.11"
105105
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
106106
categories = ["command-line-interface"]
107107
keywords = [
@@ -176,8 +176,8 @@ unstable-styles = ["clap_builder/unstable-styles"]
176176
bench = false
177177

178178
[dependencies]
179-
clap_builder = { path = "./clap_builder", version = "=4.5.10", default-features = false }
180-
clap_derive = { path = "./clap_derive", version = "=4.5.8", optional = true }
179+
clap_builder = { path = "./clap_builder", version = "=4.5.11", default-features = false }
180+
clap_derive = { path = "./clap_derive", version = "=4.5.11", optional = true }
181181

182182
[dev-dependencies]
183183
trybuild = "1.0.91"

clap_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_builder"
3-
version = "4.5.10"
3+
version = "4.5.11"
44
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
55
categories = ["command-line-interface"]
66
keywords = [

clap_complete/CHANGELOG.md

+4-1
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.5.10] - 2024-07-25
11+
1012
## [4.5.9] - 2024-07-23
1113

1214
### Features
@@ -275,7 +277,8 @@ MSRV changed to 1.64.0
275277
## [3.0.1] - 2022-01-03
276278

277279
<!-- next-url -->
278-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...HEAD
280+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v4.5.10...HEAD
281+
[4.5.10]: https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...clap_complete-v4.5.10
279282
[4.5.9]: https://github.com/clap-rs/clap/compare/clap_complete-v4.5.8...clap_complete-v4.5.9
280283
[4.5.8]: https://github.com/clap-rs/clap/compare/clap_complete-v4.5.7...clap_complete-v4.5.8
281284
[4.5.7]: https://github.com/clap-rs/clap/compare/clap_complete-v4.5.6...clap_complete-v4.5.7

clap_complete/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete"
3-
version = "4.5.9"
3+
version = "4.5.10"
44
description = "Generate shell completion scripts for your clap::Command"
55
categories = ["command-line-interface"]
66
keywords = [

clap_complete/README.md

+4-4
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.5.9/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.5.9/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.5.10/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.5.10/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.5.9/clap_complete/CONTRIBUTING.md)
17-
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.9/README.md#sponsors)
16+
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.10/clap_complete/CONTRIBUTING.md)
17+
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.10/README.md#sponsors)
1818

1919
## About
2020

clap_complete_fig/CHANGELOG.md

+4-1
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.5.2] - 2024-07-25
11+
1012
## [4.5.1] - 2024-06-06
1113

1214
## [4.5.0] - 2024-02-08
@@ -91,7 +93,8 @@ MSRV changed to 1.64.0
9193
## [3.0.1] - 2022-01-03
9294

9395
<!-- next-url -->
94-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.5.1...HEAD
96+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.5.2...HEAD
97+
[4.5.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.5.1...clap_complete_fig-v4.5.2
9598
[4.5.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.5.0...clap_complete_fig-v4.5.1
9699
[4.5.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.2...clap_complete_fig-v4.5.0
97100
[4.4.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.1...clap_complete_fig-v4.4.2

clap_complete_fig/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete_fig"
3-
version = "4.5.1"
3+
version = "4.5.2"
44
description = "A generator library used with clap for Fig completion scripts"
55
categories = ["command-line-interface"]
66
keywords = [

clap_complete_nushell/CHANGELOG.md

+4-1
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.5.3] - 2024-07-25
11+
1012
## [4.5.2] - 2024-06-06
1113

1214
## [4.5.1] - 2024-02-16
@@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4244
## [4.3.0] - 2023-05-24
4345

4446
<!-- next-url -->
45-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.2...HEAD
47+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.3...HEAD
48+
[4.5.3]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.2...clap_complete_nushell-v4.5.3
4649
[4.5.2]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.1...clap_complete_nushell-v4.5.2
4750
[4.5.1]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.0...clap_complete_nushell-v4.5.1
4851
[4.5.0]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.2...clap_complete_nushell-v4.5.0

clap_complete_nushell/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete_nushell"
3-
version = "4.5.2"
3+
version = "4.5.3"
44
description = "A generator library used with clap for Nushell completion scripts"
55
categories = ["command-line-interface"]
66
keywords = [

clap_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_derive"
3-
version = "4.5.8"
3+
version = "4.5.11"
44
description = "Parse command line argument by defining a struct, derive crate."
55
categories = ["command-line-interface", "development-tools::procedural-macro-helpers"]
66
keywords = [

clap_lex/CHANGELOG.md

+4-1
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+
## [0.7.2] - 2024-07-25
11+
1012
## [0.7.1] - 2024-06-06
1113

1214
## [0.7.0] - 2024-02-08
@@ -105,7 +107,8 @@ MSRV changed to 1.64.0
105107
- Drop `memchr` dependency
106108

107109
<!-- next-url -->
108-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.1...HEAD
110+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.2...HEAD
111+
[0.7.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.1...clap_lex-v0.7.2
109112
[0.7.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.0...clap_lex-v0.7.1
110113
[0.7.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.6.0...clap_lex-v0.7.0
111114
[0.6.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.5.1...clap_lex-v0.6.0

clap_lex/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_lex"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "Minimal, flexible command line parser"
55
categories = ["command-line-interface"]
66
keywords = [

clap_lex/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
66
[![Crates.io](https://img.shields.io/crates/v/clap_lex?style=flat-square)](https://crates.io/crates/clap_lex)
77
[![Crates.io](https://img.shields.io/crates/d/clap_lex?style=flat-square)](https://crates.io/crates/clap_lex)
8-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.1/LICENSE-APACHE)
9-
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.1/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_lex-v0.7.2/LICENSE-APACHE)
9+
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.2/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_lex)
1515
3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
16-
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.1/clap_lex/CONTRIBUTING.md)
17-
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.1/README.md#sponsors)
16+
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.2/clap_lex/CONTRIBUTING.md)
17+
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.2/README.md#sponsors)
1818

1919
## About

clap_mangen/CHANGELOG.md

+4-1
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+
## [0.2.23] - 2024-07-25
11+
1012
## [0.2.22] - 2024-06-28
1113

1214
## [0.2.21] - 2024-06-06
@@ -131,7 +133,8 @@ MSRV changed to 1.64.0
131133
- Expanded the documentation
132134

133135
<!-- next-url -->
134-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.22...HEAD
136+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.23...HEAD
137+
[0.2.23]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.22...clap_mangen-v0.2.23
135138
[0.2.22]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.21...clap_mangen-v0.2.22
136139
[0.2.21]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.20...clap_mangen-v0.2.21
137140
[0.2.20]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.19...clap_mangen-v0.2.20

clap_mangen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_mangen"
3-
version = "0.2.22"
3+
version = "0.2.23"
44
description = "A manpage generator for clap"
55
categories = ["command-line-interface"]
66
keywords = [

clap_mangen/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
66
[![Crates.io](https://img.shields.io/crates/v/clap_mangen?style=flat-square)](https://crates.io/crates/clap_mangen)
77
[![Crates.io](https://img.shields.io/crates/d/clap_mangen?style=flat-square)](https://crates.io/crates/clap_mangen)
8-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.22/LICENSE-APACHE)
9-
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.22/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_mangen-v0.2.23/LICENSE-APACHE)
9+
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.23/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_mangen)
1515
3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
16-
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.22/clap_mangen/CONTRIBUTING.md)
17-
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.22/README.md#sponsors)
16+
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.23/clap_mangen/CONTRIBUTING.md)
17+
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.23/README.md#sponsors)
1818

1919
## About
2020

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! - [Cookbook][_cookbook]
1212
//! - [FAQ][_faq]
1313
//! - [Discussions](https://github.com/clap-rs/clap/discussions)
14-
//! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.10/CHANGELOG.md) (includes major version migration
14+
//! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.11/CHANGELOG.md) (includes major version migration
1515
//! guides)
1616
//!
1717
//! ## Aspirations

0 commit comments

Comments
 (0)