Commit d18615d 1 parent 7d0c7bc commit d18615d Copy full SHA for d18615d
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.5.12] - 2024-07-31
24
+
23
25
## [ 4.5.11] - 2024-07-25
24
26
25
27
## [ 4.5.10] - 2024-07-23
@@ -4597,7 +4599,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
4597
4599
* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
4598
4600
4599
4601
<!-- next-url -->
4600
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.11...HEAD
4602
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.12...HEAD
4603
+ [ 4.5.12 ] : https://github.com/clap-rs/clap/compare/v4.5.11...v4.5.12
4601
4604
[ 4.5.11 ] : https://github.com/clap-rs/clap/compare/v4.5.10...v4.5.11
4602
4605
[ 4.5.10 ] : https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10
4603
4606
[ 4.5.9 ] : https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.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 : 2024-07-25
7
- version : 4.5.11
6
+ date-released : 2024-07-31
7
+ version : 4.5.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 @@ -99,7 +99,7 @@ blocks_in_conditions = "allow"
99
99
100
100
[package ]
101
101
name = " clap"
102
- version = " 4.5.11 "
102
+ version = " 4.5.12 "
103
103
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
104
104
categories = [" command-line-interface" ]
105
105
keywords = [
@@ -174,7 +174,7 @@ unstable-styles = ["clap_builder/unstable-styles"]
174
174
bench = false
175
175
176
176
[dependencies ]
177
- clap_builder = { path = " ./clap_builder" , version = " =4.5.11 " , default-features = false }
177
+ clap_builder = { path = " ./clap_builder" , version = " =4.5.12 " , default-features = false }
178
178
clap_derive = { path = " ./clap_derive" , version = " =4.5.11" , optional = true }
179
179
180
180
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_builder"
3
- version = " 4.5.11 "
3
+ version = " 4.5.12 "
4
4
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
5
5
categories = [" command-line-interface" ]
6
6
keywords = [
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.12] - 2024-07-31
11
+
10
12
#### Features
11
13
12
14
- * (dynamic)* Support completing with ` num_args `
@@ -287,7 +289,8 @@ MSRV changed to 1.64.0
287
289
## [ 3.0.1] - 2022-01-03
288
290
289
291
<!-- next-url -->
290
- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.11...HEAD
292
+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.12...HEAD
293
+ [ 4.5.12 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.11...clap_complete-v4.5.12
291
294
[ 4.5.11 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.10...clap_complete-v4.5.11
292
295
[ 4.5.10 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...clap_complete-v4.5.10
293
296
[ 4.5.9 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.8...clap_complete-v4.5.9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clap_complete"
3
- version = " 4.5.11 "
3
+ version = " 4.5.12 "
4
4
description = " Generate shell completion scripts for your clap::Command"
5
5
categories = [" command-line-interface" ]
6
6
keywords = [
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.5.11 /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.11 /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.12 /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.12 /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.5.11 /clap_complete/CONTRIBUTING.md )
17
- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.11 /README.md#sponsors )
16
+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.12 /clap_complete/CONTRIBUTING.md )
17
+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.12 /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.5.11 /CHANGELOG.md) (includes major version migration
14
+ //! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.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