Commit 2e49645 1 parent 9c93ea7 commit 2e49645 Copy full SHA for 2e49645
File tree 13 files changed +42
-30
lines changed
13 files changed +42
-30
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.4.0] - 2023-08-24
24
+
23
25
### Compatibility
24
26
25
27
- Update MSRV to 1.70.0
@@ -4417,7 +4419,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
4417
4419
* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
4418
4420
4419
4421
<!-- next-url -->
4420
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.3.24...HEAD
4422
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.4.0...HEAD
4423
+ [ 4.4.0 ] : https://github.com/clap-rs/clap/compare/v4.3.24...v4.4.0
4421
4424
[ 4.3.24 ] : https://github.com/clap-rs/clap/compare/v4.3.23...v4.3.24
4422
4425
[ 4.3.23 ] : https://github.com/clap-rs/clap/compare/v4.3.22...v4.3.23
4423
4426
[ 4.3.22 ] : https://github.com/clap-rs/clap/compare/v4.3.21...v4.3.22
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 : 2023-08-23
7
- version : 4.3.24
6
+ date-released : 2023-08-24
7
+ version : 4.4.0
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 @@ -27,7 +27,7 @@ include = [
27
27
28
28
[package ]
29
29
name = " clap"
30
- version = " 4.3.24 "
30
+ version = " 4.4.0 "
31
31
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
32
32
repository = " https://github.com/clap-rs/clap"
33
33
categories = [" command-line-interface" ]
@@ -101,8 +101,8 @@ unstable-styles = ["clap_builder/unstable-styles"]
101
101
bench = false
102
102
103
103
[dependencies ]
104
- clap_builder = { path = " ./clap_builder" , version = " =4.3.24 " , default-features = false }
105
- clap_derive = { path = " ./clap_derive" , version = " =4.3.12 " , optional = true }
104
+ clap_builder = { path = " ./clap_builder" , version = " =4.4.0 " , default-features = false }
105
+ clap_derive = { path = " ./clap_derive" , version = " =4.4.0 " , optional = true }
106
106
once_cell = { version = " 1.12.0" , optional = true }
107
107
108
108
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_builder"
3
- version = " 4.3.24 "
3
+ version = " 4.4.0 "
4
4
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
5
5
repository = " https://github.com/clap-rs/clap"
6
6
categories = [" command-line-interface" ]
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.4.0] - 2023-08-24
11
+
10
12
### Compatibility
11
13
12
14
- Update MSRV to 1.70.0
@@ -157,7 +159,8 @@ MSRV changed to 1.64.0
157
159
## [ 3.0.1] - 2022-01-03
158
160
159
161
<!-- next-url -->
160
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.3.2...HEAD
162
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.4.0...HEAD
163
+ [ 4.4.0 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.3.2...clap_complete-v4.4.0
161
164
[ 4.3.2 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.3.1...clap_complete-v4.3.2
162
165
[ 4.3.1 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...clap_complete-v4.3.1
163
166
[ 4.3.0 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.2.3...clap_complete-v4.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete"
3
- version = " 4.3.2 "
3
+ version = " 4.4.0 "
4
4
description = " Generate shell completion scripts for your clap::Command"
5
5
repository = " https://github.com/clap-rs/clap/tree/master/clap_complete"
6
6
categories = [" command-line-interface" ]
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.3.2 /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.2 /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.4.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.4.0 /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.3.2 /clap_complete/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.3.2 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.4.0 /clap_complete/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.4.0 /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.4.0] - 2023-08-24
11
+
10
12
### Compatibility
11
13
12
14
- Update MSRV to 1.70.0
@@ -77,7 +79,8 @@ MSRV changed to 1.64.0
77
79
## [ 3.0.1] - 2022-01-03
78
80
79
81
<!-- next-url -->
80
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.1...HEAD
82
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.0...HEAD
83
+ [ 4.4.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.1...clap_complete_fig-v4.4.0
81
84
[ 4.3.1 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.0...clap_complete_fig-v4.3.1
82
85
[ 4.3.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.2.0...clap_complete_fig-v4.3.0
83
86
[ 4.2.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.1.2...clap_complete_fig-v4.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete_fig"
3
- version = " 4.3.1 "
3
+ version = " 4.4.0 "
4
4
description = " A generator library used with clap for Fig completion scripts"
5
5
repository = " https://github.com/clap-rs/clap/tree/master/clap_complete_fig"
6
6
categories = [" command-line-interface" ]
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.4.0] - 2023-08-24
11
+
10
12
### Compatibility
11
13
12
14
- Update MSRV to 1.70.0
@@ -18,7 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
20
## [ 4.3.0] - 2023-05-24
19
21
20
22
<!-- next-url -->
21
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.2...HEAD
23
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.0...HEAD
24
+ [ 4.4.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.2...clap_complete_nushell-v4.4.0
22
25
[ 4.3.2 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.1...clap_complete_nushell-v4.3.2
23
26
[ 4.3.1 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.0...clap_complete_nushell-v4.3.1
24
27
[ 4.3.0 ] : https://github.com/clap-rs/clap/compare/bd163098e122bb65e053a61b773931c8f36d2e7d...clap_complete_nushell-v4.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete_nushell"
3
- version = " 4.3.2 "
3
+ version = " 4.4.0 "
4
4
description = " A generator library used with clap for Nushell completion scripts"
5
5
repository = " https://github.com/clap-rs/clap/tree/master/clap_complete_nushell"
6
6
categories = [" command-line-interface" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_derive"
3
- version = " 4.3.12 "
3
+ version = " 4.4.0 "
4
4
description = " Parse command line argument by defining a struct, derive crate."
5
5
repository = " https://github.com/clap-rs/clap/tree/master/clap_derive"
6
6
categories = [" command-line-interface" , " development-tools::procedural-macro-helpers" ]
You can’t perform that action at this time.
0 commit comments