File tree 14 files changed +43
-31
lines changed
14 files changed +43
-31
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.0] - 2024-02-08
24
+
23
25
### Compatibility
24
26
25
27
- Update MSRV to 1.74
@@ -4541,7 +4543,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
4541
4543
* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
4542
4544
4543
4545
<!-- next-url -->
4544
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.4.18...HEAD
4546
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.0...HEAD
4547
+ [ 4.5.0 ] : https://github.com/clap-rs/clap/compare/v4.4.18...v4.5.0
4545
4548
[ 4.4.18 ] : https://github.com/clap-rs/clap/compare/v4.4.17...v4.4.18
4546
4549
[ 4.4.17 ] : https://github.com/clap-rs/clap/compare/v4.4.16...v4.4.17
4547
4550
[ 4.4.16 ] : https://github.com/clap-rs/clap/compare/v4.4.15...v4.4.16
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-01-16
7
- version : 4.4.18
6
+ date-released : 2024-02-08
7
+ version : 4.5.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.4.18 "
30
+ version = " 4.5.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" ]
@@ -102,8 +102,8 @@ unstable-styles = ["clap_builder/unstable-styles"]
102
102
bench = false
103
103
104
104
[dependencies ]
105
- clap_builder = { path = " ./clap_builder" , version = " =4.4.18 " , default-features = false }
106
- clap_derive = { path = " ./clap_derive" , version = " =4.4.7 " , optional = true }
105
+ clap_builder = { path = " ./clap_builder" , version = " =4.5.0 " , default-features = false }
106
+ clap_derive = { path = " ./clap_derive" , version = " =4.5.0 " , optional = true }
107
107
108
108
[dev-dependencies ]
109
109
trybuild = " 1.0.89"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_builder"
3
- version = " 4.4.18 "
3
+ version = " 4.5.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.5.0] - 2024-02-08
11
+
10
12
### Compatibility
11
13
12
14
- Update MSRV to 1.74
@@ -228,7 +230,8 @@ MSRV changed to 1.64.0
228
230
## [ 3.0.1] - 2022-01-03
229
231
230
232
<!-- next-url -->
231
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.4.10...HEAD
233
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.0...HEAD
234
+ [ 4.5.0 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.4.10...clap_complete-v4.5.0
232
235
[ 4.4.10 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.4.9...clap_complete-v4.4.10
233
236
[ 4.4.9 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.4.8...clap_complete-v4.4.9
234
237
[ 4.4.8 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.4.7...clap_complete-v4.4.8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete"
3
- version = " 4.4.10 "
3
+ version = " 4.5.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.4.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.4.10 /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.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.5.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.4.10 /clap_complete/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.4.10 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.0 /clap_complete/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.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.5.0] - 2024-02-08
11
+
10
12
### Compatibility
11
13
12
14
- Update MSRV to 1.74
@@ -87,7 +89,8 @@ MSRV changed to 1.64.0
87
89
## [ 3.0.1] - 2022-01-03
88
90
89
91
<!-- next-url -->
90
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.2...HEAD
92
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.5.0...HEAD
93
+ [ 4.5.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.2...clap_complete_fig-v4.5.0
91
94
[ 4.4.2 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.1...clap_complete_fig-v4.4.2
92
95
[ 4.4.1 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.0...clap_complete_fig-v4.4.1
93
96
[ 4.4.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.1...clap_complete_fig-v4.4.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete_fig"
3
- version = " 4.4.2 "
3
+ version = " 4.5.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.5.0] - 2024-02-08
11
+
10
12
### Compatibility
11
13
12
14
- Update MSRV to 1.74
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
32
34
## [ 4.3.0] - 2023-05-24
33
35
34
36
<!-- next-url -->
35
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.2...HEAD
37
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.0...HEAD
38
+ [ 4.5.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.2...clap_complete_nushell-v4.5.0
36
39
[ 4.4.2 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.1...clap_complete_nushell-v4.4.2
37
40
[ 4.4.1 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.0...clap_complete_nushell-v4.4.1
38
41
[ 4.4.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.2...clap_complete_nushell-v4.4.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete_nushell"
3
- version = " 4.4.2 "
3
+ version = " 4.5.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.4.7 "
3
+ version = " 4.5.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" ]
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.4.18 /CHANGELOG.md) (includes major version migration
14
+ //! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.0 /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