File tree 8 files changed +32
-17
lines changed 8 files changed +32
-17
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
18
<!-- next-header -->
19
19
## [ Unreleased] - ReleaseDate
20
20
21
+ ## [ 4.1.0] - 2023-01-13
22
+
21
23
### Compatibility
22
24
23
25
MSRV changed to 1.64.0
@@ -4088,7 +4090,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
4088
4090
* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
4089
4091
4090
4092
<!-- next-url -->
4091
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.0.32...HEAD
4093
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.1.0...HEAD
4094
+ [ 4.1.0 ] : https://github.com/clap-rs/clap/compare/v4.0.32...v4.1.0
4092
4095
[ 4.0.32 ] : https://github.com/clap-rs/clap/compare/v4.0.31...v4.0.32
4093
4096
[ 4.0.31 ] : https://github.com/clap-rs/clap/compare/v4.0.30...v4.0.31
4094
4097
[ 4.0.30 ] : https://github.com/clap-rs/clap/compare/v4.0.29...v4.0.30
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.1.0] - 2023-01-13
11
+
10
12
### Compatibility
11
13
12
14
MSRV changed to 1.64.0
@@ -101,7 +103,8 @@ MSRV changed to 1.64.0
101
103
## [ 3.0.1] - 2022-01-03
102
104
103
105
<!-- next-url -->
104
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.0.7...HEAD
106
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.1.0...HEAD
107
+ [ 4.1.0 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.0.7...clap_complete-v4.1.0
105
108
[ 4.0.7 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.0.6...clap_complete-v4.0.7
106
109
[ 4.0.6 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.0.5...clap_complete-v4.0.6
107
110
[ 4.0.5 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.0.4...clap_complete-v4.0.5
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.0.7 /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.0.7 /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.1.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.1.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.0.7 /clap_complete/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.0.7 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.1.0 /clap_complete/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.1.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.1.0] - 2023-01-13
11
+
10
12
### Compatibility
11
13
12
14
MSRV changed to 1.64.0
@@ -61,7 +63,8 @@ MSRV changed to 1.64.0
61
63
## [ 3.0.1] - 2022-01-03
62
64
63
65
<!-- next-url -->
64
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.2...HEAD
66
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.1.0...HEAD
67
+ [ 4.1.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.2...clap_complete_fig-v4.1.0
65
68
[ 4.0.2 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.1...clap_complete_fig-v4.0.2
66
69
[ 4.0.1 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.0...clap_complete_fig-v4.0.1
67
70
[ 4.0.0 ] : https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.4...clap_complete_fig-v4.0.0
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.3.1] - 2023-01-13
11
+
10
12
### Compatibility
11
13
12
14
MSRV changed to 1.64.0
@@ -44,7 +46,8 @@ MSRV changed to 1.64.0
44
46
- Drop ` memchr ` dependency
45
47
46
48
<!-- next-url -->
47
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.3.0...HEAD
49
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.3.1...HEAD
50
+ [ 0.3.1 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.3.0...clap_lex-v0.3.1
48
51
[ 0.3.0 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.2.4...clap_lex-v0.3.0
49
52
[ 0.2.4 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.2.3...clap_lex-v0.2.4
50
53
[ 0.2.3 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.2.2...clap_lex-v0.2.3
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.3.0 /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.3.0 /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.3.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.3.1 /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.3.0 /clap_lex/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.3.0 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.3.1 /clap_lex/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.3.1 /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.7] - 2023-01-13
11
+
10
12
### Compatibility
11
13
12
14
MSRV changed to 1.64.0
@@ -70,7 +72,8 @@ MSRV changed to 1.64.0
70
72
- Expanded the documentation
71
73
72
74
<!-- next-url -->
73
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.6...HEAD
75
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.7...HEAD
76
+ [ 0.2.7 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.6...clap_mangen-v0.2.7
74
77
[ 0.2.6 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.5...clap_mangen-v0.2.6
75
78
[ 0.2.5 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.4...clap_mangen-v0.2.5
76
79
[ 0.2.4 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.3...clap_mangen-v0.2.4
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.6 /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.6 /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.7 /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.7 /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.6 /clap_mangen/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.6 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.7 /clap_mangen/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.7 /README.md#sponsors )
18
18
19
19
## About
20
20
You can’t perform that action at this time.
0 commit comments