Commit 4a00677 1 parent 6b18d77 commit 4a00677 Copy full SHA for 4a00677
File tree 20 files changed +71
-53
lines changed
20 files changed +71
-53
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
20
<!-- next-header -->
21
21
## [ Unreleased] - ReleaseDate
22
22
23
+ ## [ 4.5.11] - 2024-07-25
24
+
23
25
## [ 4.5.10] - 2024-07-23
24
26
25
27
## [ 4.5.9] - 2024-07-09
@@ -4595,7 +4597,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
4595
4597
* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
4596
4598
4597
4599
<!-- 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
4599
4602
[ 4.5.10 ] : https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10
4600
4603
[ 4.5.9 ] : https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9
4601
4604
[ 4.5.8 ] : https://github.com/clap-rs/clap/compare/v4.5.7...v4.5.8
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ cff-version: 1.2.0
3
3
message : Please cite this crate using these information.
4
4
5
5
# Version information.
6
- date-released : 2024-07-23
7
- version : 4.5.10
6
+ date-released : 2024-07-25
7
+ version : 4.5.11
8
8
9
9
# Project information.
10
10
abstract : A full featured, fast Command Line Argument Parser for Rust
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ blocks_in_conditions = "allow"
101
101
102
102
[package ]
103
103
name = " clap"
104
- version = " 4.5.10 "
104
+ version = " 4.5.11 "
105
105
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
106
106
categories = [" command-line-interface" ]
107
107
keywords = [
@@ -176,8 +176,8 @@ unstable-styles = ["clap_builder/unstable-styles"]
176
176
bench = false
177
177
178
178
[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 }
181
181
182
182
[dev-dependencies ]
183
183
trybuild = " 1.0.91"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_builder"
3
- version = " 4.5.10 "
3
+ version = " 4.5.11 "
4
4
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
5
5
categories = [" command-line-interface" ]
6
6
keywords = [
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 4.5.10] - 2024-07-25
11
+
10
12
## [ 4.5.9] - 2024-07-23
11
13
12
14
### Features
@@ -275,7 +277,8 @@ MSRV changed to 1.64.0
275
277
## [ 3.0.1] - 2022-01-03
276
278
277
279
<!-- 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
279
282
[ 4.5.9 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.8...clap_complete-v4.5.9
280
283
[ 4.5.8 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.7...clap_complete-v4.5.8
281
284
[ 4.5.7 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.6...clap_complete-v4.5.7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete"
3
- version = " 4.5.9 "
3
+ version = " 4.5.10 "
4
4
description = " Generate shell completion scripts for your clap::Command"
5
5
categories = [" command-line-interface" ]
6
6
keywords = [
Original file line number Diff line number Diff line change 5
5
6
6
[ ![ Crates.io] ( https://img.shields.io/crates/v/clap_complete?style=flat-square )] ( https://crates.io/crates/clap_complete )
7
7
[ ![ 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 )
10
10
11
11
Dual-licensed under [ Apache 2.0] ( LICENSE-APACHE ) or [ MIT] ( LICENSE-MIT ) .
12
12
13
13
1 . [ About] ( #about )
14
14
2 . [ API Reference] ( https://docs.rs/clap_complete )
15
15
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 )
18
18
19
19
## About
20
20
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 4.5.2] - 2024-07-25
11
+
10
12
## [ 4.5.1] - 2024-06-06
11
13
12
14
## [ 4.5.0] - 2024-02-08
@@ -91,7 +93,8 @@ MSRV changed to 1.64.0
91
93
## [ 3.0.1] - 2022-01-03
92
94
93
95
<!-- 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
95
98
[ 4.5.1 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.5.0...clap_complete_fig-v4.5.1
96
99
[ 4.5.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.2...clap_complete_fig-v4.5.0
97
100
[ 4.4.2 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.1...clap_complete_fig-v4.4.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete_fig"
3
- version = " 4.5.1 "
3
+ version = " 4.5.2 "
4
4
description = " A generator library used with clap for Fig completion scripts"
5
5
categories = [" command-line-interface" ]
6
6
keywords = [
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 4.5.3] - 2024-07-25
11
+
10
12
## [ 4.5.2] - 2024-06-06
11
13
12
14
## [ 4.5.1] - 2024-02-16
@@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
42
44
## [ 4.3.0] - 2023-05-24
43
45
44
46
<!-- 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
46
49
[ 4.5.2 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.1...clap_complete_nushell-v4.5.2
47
50
[ 4.5.1 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.0...clap_complete_nushell-v4.5.1
48
51
[ 4.5.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.2...clap_complete_nushell-v4.5.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete_nushell"
3
- version = " 4.5.2 "
3
+ version = " 4.5.3 "
4
4
description = " A generator library used with clap for Nushell completion scripts"
5
5
categories = [" command-line-interface" ]
6
6
keywords = [
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_derive"
3
- version = " 4.5.8 "
3
+ version = " 4.5.11 "
4
4
description = " Parse command line argument by defining a struct, derive crate."
5
5
categories = [" command-line-interface" , " development-tools::procedural-macro-helpers" ]
6
6
keywords = [
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.7.2] - 2024-07-25
11
+
10
12
## [ 0.7.1] - 2024-06-06
11
13
12
14
## [ 0.7.0] - 2024-02-08
@@ -105,7 +107,8 @@ MSRV changed to 1.64.0
105
107
- Drop ` memchr ` dependency
106
108
107
109
<!-- 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
109
112
[ 0.7.1 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.7.0...clap_lex-v0.7.1
110
113
[ 0.7.0 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.6.0...clap_lex-v0.7.0
111
114
[ 0.6.0 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.5.1...clap_lex-v0.6.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_lex"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
4
4
description = " Minimal, flexible command line parser"
5
5
categories = [" command-line-interface" ]
6
6
keywords = [
Original file line number Diff line number Diff line change 5
5
6
6
[ ![ Crates.io] ( https://img.shields.io/crates/v/clap_lex?style=flat-square )] ( https://crates.io/crates/clap_lex )
7
7
[ ![ 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 )
10
10
11
11
Dual-licensed under [ Apache 2.0] ( LICENSE-APACHE ) or [ MIT] ( LICENSE-MIT ) .
12
12
13
13
1 . [ About] ( #about )
14
14
2 . [ API Reference] ( https://docs.rs/clap_lex )
15
15
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 )
18
18
19
19
## About
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.2.23] - 2024-07-25
11
+
10
12
## [ 0.2.22] - 2024-06-28
11
13
12
14
## [ 0.2.21] - 2024-06-06
@@ -131,7 +133,8 @@ MSRV changed to 1.64.0
131
133
- Expanded the documentation
132
134
133
135
<!-- 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
135
138
[ 0.2.22 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.21...clap_mangen-v0.2.22
136
139
[ 0.2.21 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.20...clap_mangen-v0.2.21
137
140
[ 0.2.20 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.19...clap_mangen-v0.2.20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_mangen"
3
- version = " 0.2.22 "
3
+ version = " 0.2.23 "
4
4
description = " A manpage generator for clap"
5
5
categories = [" command-line-interface" ]
6
6
keywords = [
Original file line number Diff line number Diff line change 5
5
6
6
[ ![ Crates.io] ( https://img.shields.io/crates/v/clap_mangen?style=flat-square )] ( https://crates.io/crates/clap_mangen )
7
7
[ ![ 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 )
10
10
11
11
Dual-licensed under [ Apache 2.0] ( LICENSE-APACHE ) or [ MIT] ( LICENSE-MIT ) .
12
12
13
13
1 . [ About] ( #about )
14
14
2 . [ API Reference] ( https://docs.rs/clap_mangen )
15
15
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 )
18
18
19
19
## About
20
20
Original file line number Diff line number Diff line change 11
11
//! - [Cookbook][_cookbook]
12
12
//! - [FAQ][_faq]
13
13
//! - [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
15
15
//! guides)
16
16
//!
17
17
//! ## Aspirations
You can’t perform that action at this time.
0 commit comments