File tree Expand file tree Collapse file tree 12 files changed +40
-31
lines changed
Expand file tree Collapse file tree 12 files changed +40
-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/).
2020<!-- next-header -->
2121## [ Unreleased] - ReleaseDate
2222
23+ ## [ 4.5.21] - 2024-11-13
24+
2325### Fixes
2426
2527- * (parser)* Ensure defaults are filled in on error with ` ignore_errors(true) `
@@ -4657,7 +4659,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
46574659* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
46584660
46594661<!-- next-url -->
4660- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.20...HEAD
4662+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.21...HEAD
4663+ [ 4.5.21 ] : https://github.com/clap-rs/clap/compare/v4.5.20...v4.5.21
46614664[ 4.5.20 ] : https://github.com/clap-rs/clap/compare/v4.5.19...v4.5.20
46624665[ 4.5.19 ] : https://github.com/clap-rs/clap/compare/v4.5.18...v4.5.19
46634666[ 4.5.18 ] : https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ cff-version: 1.2.0
33message : Please cite this crate using these information.
44
55# Version information.
6- date-released : 2024-10-08
7- version : 4.5.20
6+ date-released : 2024-11-13
7+ version : 4.5.21
88
99# Project information.
1010abstract : A full featured, fast Command Line Argument Parser for Rust
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ blocks_in_conditions = "allow"
100100
101101[package ]
102102name = " clap"
103- version = " 4.5.20 "
103+ version = " 4.5.21 "
104104description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
105105categories = [" command-line-interface" ]
106106keywords = [
@@ -176,7 +176,7 @@ unstable-derive-ui-tests = []
176176bench = false
177177
178178[dependencies ]
179- clap_builder = { path = " ./clap_builder" , version = " =4.5.20 " , default-features = false }
179+ clap_builder = { path = " ./clap_builder" , version = " =4.5.21 " , default-features = false }
180180clap_derive = { path = " ./clap_derive" , version = " =4.5.18" , optional = true }
181181
182182[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " clap_builder"
3- version = " 4.5.20 "
3+ version = " 4.5.21 "
44description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
55categories = [" command-line-interface" ]
66keywords = [
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 4.5.38] - 2024-11-13
11+
1012## [ 4.5.37] - 2024-11-04
1113
1214### Fixes
@@ -484,7 +486,8 @@ MSRV changed to 1.64.0
484486## [ 3.0.1] - 2022-01-03
485487
486488<!-- next-url -->
487- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.37...HEAD
489+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.38...HEAD
490+ [ 4.5.38 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.37...clap_complete-v4.5.38
488491[ 4.5.37 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.36...clap_complete-v4.5.37
489492[ 4.5.36 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.35...clap_complete-v4.5.36
490493[ 4.5.35 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.34...clap_complete-v4.5.35
Original file line number Diff line number Diff line change 11[package ]
22name = " clap_complete"
3- version = " 4.5.37 "
3+ version = " 4.5.38 "
44description = " Generate shell completion scripts for your clap::Command"
55categories = [" command-line-interface" ]
66keywords = [
Original file line number Diff line number Diff line change 55
66[ ![ Crates.io] ( https://img.shields.io/crates/v/clap_complete?style=flat-square )] ( https://crates.io/crates/clap_complete )
77[ ![ 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.37 /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.37 /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.38 /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.38 /LICENSE-MIT )
1010
1111Dual-licensed under [ Apache 2.0] ( LICENSE-APACHE ) or [ MIT] ( LICENSE-MIT ) .
1212
13131 . [ About] ( #about )
14142 . [ API Reference] ( https://docs.rs/clap_complete )
15153 . [ Questions & Discussions] ( https://github.com/clap-rs/clap/discussions )
16- 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.37 /clap_complete/CONTRIBUTING.md )
17- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.37 /README.md#sponsors )
16+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.38 /clap_complete/CONTRIBUTING.md )
17+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.38 /README.md#sponsors )
1818
1919## About
2020
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 0.7.3] - 2024-11-13
11+
1012## [ 0.7.2] - 2024-07-25
1113
1214## [ 0.7.1] - 2024-06-06
@@ -107,7 +109,8 @@ MSRV changed to 1.64.0
107109- Drop ` memchr ` dependency
108110
109111<!-- next-url -->
110- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.7.2...HEAD
112+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.7.3...HEAD
113+ [ 0.7.3 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.7.2...clap_lex-v0.7.3
111114[ 0.7.2 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.7.1...clap_lex-v0.7.2
112115[ 0.7.1 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.7.0...clap_lex-v0.7.1
113116[ 0.7.0 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.6.0...clap_lex-v0.7.0
Original file line number Diff line number Diff line change 11[package ]
22name = " clap_lex"
3- version = " 0.7.2 "
3+ version = " 0.7.3 "
44description = " Minimal, flexible command line parser"
55categories = [" command-line-interface" ]
66keywords = [
You can’t perform that action at this time.
0 commit comments