Commit 61f5ee5 1 parent 3e65384 commit 61f5ee5 Copy full SHA for 61f5ee5
File tree 14 files changed +44
-32
lines changed
14 files changed +44
-32
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.20] - 2024-10-08
24
+
23
25
### Features
24
26
25
27
- * (unstable)* Add ` CommandExt `
@@ -4651,7 +4653,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
4651
4653
* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
4652
4654
4653
4655
<!-- next-url -->
4654
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.19...HEAD
4656
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.20...HEAD
4657
+ [ 4.5.20 ] : https://github.com/clap-rs/clap/compare/v4.5.19...v4.5.20
4655
4658
[ 4.5.19 ] : https://github.com/clap-rs/clap/compare/v4.5.18...v4.5.19
4656
4659
[ 4.5.18 ] : https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18
4657
4660
[ 4.5.17 ] : https://github.com/clap-rs/clap/compare/v4.5.16...v4.5.17
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-10-01
7
- version : 4.5.19
6
+ date-released : 2024-10-08
7
+ version : 4.5.20
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 @@ -100,7 +100,7 @@ blocks_in_conditions = "allow"
100
100
101
101
[package ]
102
102
name = " clap"
103
- version = " 4.5.19 "
103
+ version = " 4.5.20 "
104
104
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
105
105
categories = [" command-line-interface" ]
106
106
keywords = [
@@ -177,7 +177,7 @@ unstable-derive-ui-tests = []
177
177
bench = false
178
178
179
179
[dependencies ]
180
- clap_builder = { path = " ./clap_builder" , version = " =4.5.19 " , default-features = false }
180
+ clap_builder = { path = " ./clap_builder" , version = " =4.5.20 " , default-features = false }
181
181
clap_derive = { path = " ./clap_derive" , version = " =4.5.18" , optional = true }
182
182
183
183
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_builder"
3
- version = " 4.5.19 "
3
+ version = " 4.5.20 "
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.33] - 2024-10-08
11
+
10
12
### Features
11
13
12
14
- * (dynamic)* ` SubcommandCandidates ` support
@@ -462,7 +464,8 @@ MSRV changed to 1.64.0
462
464
## [ 3.0.1] - 2022-01-03
463
465
464
466
<!-- next-url -->
465
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.32...HEAD
467
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.33...HEAD
468
+ [ 4.5.33 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.32...clap_complete-v4.5.33
466
469
[ 4.5.32 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.31...clap_complete-v4.5.32
467
470
[ 4.5.31 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.30...clap_complete-v4.5.31
468
471
[ 4.5.30 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.29...clap_complete-v4.5.30
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete"
3
- version = " 4.5.32 "
3
+ version = " 4.5.33 "
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.32 /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.32 /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.33 /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.33 /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.32 /clap_complete/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.32 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.33 /clap_complete/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.33 /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.4] - 2024-10-08
11
+
10
12
## [ 4.5.3] - 2024-07-25
11
13
12
14
## [ 4.5.2] - 2024-06-06
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
44
46
## [ 4.3.0] - 2023-05-24
45
47
46
48
<!-- next-url -->
47
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.3...HEAD
49
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.4...HEAD
50
+ [ 4.5.4 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.3...clap_complete_nushell-v4.5.4
48
51
[ 4.5.3 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.2...clap_complete_nushell-v4.5.3
49
52
[ 4.5.2 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.1...clap_complete_nushell-v4.5.2
50
53
[ 4.5.1 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.0...clap_complete_nushell-v4.5.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete_nushell"
3
- version = " 4.5.3 "
3
+ version = " 4.5.4 "
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 @@ -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.24] - 2024-10-08
11
+
10
12
## [ 0.2.23] - 2024-07-25
11
13
12
14
## [ 0.2.22] - 2024-06-28
@@ -133,7 +135,8 @@ MSRV changed to 1.64.0
133
135
- Expanded the documentation
134
136
135
137
<!-- next-url -->
136
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.23...HEAD
138
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.24...HEAD
139
+ [ 0.2.24 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.23...clap_mangen-v0.2.24
137
140
[ 0.2.23 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.22...clap_mangen-v0.2.23
138
141
[ 0.2.22 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.21...clap_mangen-v0.2.22
139
142
[ 0.2.21 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.20...clap_mangen-v0.2.21
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_mangen"
3
- version = " 0.2.23 "
3
+ version = " 0.2.24 "
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.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 )
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.24 /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.24 /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.23 /clap_mangen/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.23 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.24 /clap_mangen/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.24 /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.19 /CHANGELOG.md) (includes major version migration
14
+ //! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.20 /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