File tree 9 files changed +28
-22
lines changed 9 files changed +28
-22
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.12] - 2023-12-28
24
+
23
25
### Performance
24
26
25
27
- Only ask ` TypedValueParser ` for possible values if needed
@@ -4494,7 +4496,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
4494
4496
* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
4495
4497
4496
4498
<!-- next-url -->
4497
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.4.11...HEAD
4499
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.4.12...HEAD
4500
+ [ 4.4.12 ] : https://github.com/clap-rs/clap/compare/v4.4.11...v4.4.12
4498
4501
[ 4.4.11 ] : https://github.com/clap-rs/clap/compare/v4.4.10...v4.4.11
4499
4502
[ 4.4.10 ] : https://github.com/clap-rs/clap/compare/v4.4.9...v4.4.10
4500
4503
[ 4.4.9 ] : https://github.com/clap-rs/clap/compare/v4.4.8...v4.4.9
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-12-04
7
- version : 4.4.11
6
+ date-released : 2023-12-28
7
+ version : 4.4.12
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.11 "
30
+ version = " 4.4.12 "
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,7 +102,7 @@ unstable-styles = ["clap_builder/unstable-styles"]
102
102
bench = false
103
103
104
104
[dependencies ]
105
- clap_builder = { path = " ./clap_builder" , version = " =4.4.11 " , default-features = false }
105
+ clap_builder = { path = " ./clap_builder" , version = " =4.4.12 " , default-features = false }
106
106
clap_derive = { path = " ./clap_derive" , version = " =4.4.7" , 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.4.11 "
3
+ version = " 4.4.12 "
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
+ ## [ 0.2.16] - 2023-12-28
11
+
10
12
### Performance
11
13
12
14
- Only ask ` TypedValueParser ` for possible values if needed
@@ -100,7 +102,8 @@ MSRV changed to 1.64.0
100
102
- Expanded the documentation
101
103
102
104
<!-- next-url -->
103
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.15...HEAD
105
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.16...HEAD
106
+ [ 0.2.16 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.15...clap_mangen-v0.2.16
104
107
[ 0.2.15 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.14...clap_mangen-v0.2.15
105
108
[ 0.2.14 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.13...clap_mangen-v0.2.14
106
109
[ 0.2.13 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.12...clap_mangen-v0.2.13
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_mangen"
3
- version = " 0.2.15 "
3
+ version = " 0.2.16 "
4
4
description = " A manpage generator for clap"
5
5
repository = " https://github.com/clap-rs/clap/tree/master/clap_mangen"
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_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.15 /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.15 /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.16 /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.16 /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.15 /clap_mangen/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.15 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.16 /clap_mangen/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.16 /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.4.11 /CHANGELOG.md) (includes major version migration
14
+ //! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.4.12 /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