Commit 7de2f36 1 parent af47562 commit 7de2f36 Copy full SHA for 7de2f36
File tree 6 files changed +20
-14
lines changed
6 files changed +20
-14
lines changed 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
+ ## [ 3.2.21] - 2022-09-12
11
+
10
12
### Features
11
13
12
14
- ` TypedValueParser::map ` to allow reusing existing value parsers for other purposes
@@ -3550,7 +3552,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
3550
3552
* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
3551
3553
3552
3554
<!-- next-url -->
3553
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v3.2.20...HEAD
3555
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v3.2.21...HEAD
3556
+ [ 3.2.21 ] : https://github.com/clap-rs/clap/compare/v3.2.20...v3.2.21
3554
3557
[ 3.2.20 ] : https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20
3555
3558
[ 3.2.19 ] : https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.19
3556
3559
[ 3.2.18 ] : https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.18
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ members = [
10
10
11
11
[package ]
12
12
name = " clap"
13
- version = " 3.2.20 "
13
+ version = " 3.2.21 "
14
14
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
15
15
repository = " https://github.com/clap-rs/clap"
16
16
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
+ ## [ 3.2.5] - 2022-09-12
11
+
10
12
## [ 3.2.4] - 2022-08-12
11
13
12
14
## [ 3.2.3] - 2022-06-28
@@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
69
71
## [ 3.0.1] - 2022-01-03
70
72
71
73
<!-- next-url -->
72
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v3.2.4...HEAD
74
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v3.2.5...HEAD
75
+ [ 3.2.5 ] : https://github.com/clap-rs/clap/compare/clap_complete-v3.2.4...clap_complete-v3.2.5
73
76
[ 3.2.4 ] : https://github.com/clap-rs/clap/compare/clap_complete-v3.2.3...clap_complete-v3.2.4
74
77
[ 3.2.3 ] : https://github.com/clap-rs/clap/compare/clap_complete-v3.2.2...clap_complete-v3.2.3
75
78
[ 3.2.2 ] : https://github.com/clap-rs/clap/compare/clap_complete-v3.2.1...clap_complete-v3.2.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete"
3
- version = " 3.2.4 "
3
+ version = " 3.2.5 "
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-v3.2.4 /LICENSE-APACHE )
9
- [ ![ License] ( https://img.shields.io/badge/license-MIT-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_complete-v3.2.4 /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-v3.2.5 /LICENSE-APACHE )
9
+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_complete-v3.2.5 /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-v3.2.4 /clap_complete/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v3.2.4 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v3.2.5 /clap_complete/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v3.2.5 /README.md#sponsors )
18
18
19
19
## About
20
20
You can’t perform that action at this time.
0 commit comments