File tree Expand file tree Collapse file tree 9 files changed +27
-21
lines changed Expand file tree Collapse file tree 9 files changed +27
-21
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2222<!-- next-header -->
2323## [ Unreleased] - ReleaseDate
2424
25+ ## [ 4.5.31] - 2025-02-24
26+
2527### Features
2628
2729- Add ` ValueParserFactory ` for ` Saturating<T> `
@@ -4720,7 +4722,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
47204722* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
47214723
47224724<!-- next-url -->
4723- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.30...HEAD
4725+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.31...HEAD
4726+ [ 4.5.31 ] : https://github.com/clap-rs/clap/compare/v4.5.30...v4.5.31
47244727[ 4.5.30 ] : https://github.com/clap-rs/clap/compare/v4.5.29...v4.5.30
47254728[ 4.5.29 ] : https://github.com/clap-rs/clap/compare/v4.5.28...v4.5.29
47264729[ 4.5.28 ] : https://github.com/clap-rs/clap/compare/v4.5.27...v4.5.28
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 : 2025-02-17
7- version : 4.5.30
6+ date-released : 2025-02-24
7+ version : 4.5.31
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 @@ -99,7 +99,7 @@ blocks_in_conditions = "allow"
9999
100100[package ]
101101name = " clap"
102- version = " 4.5.30 "
102+ version = " 4.5.31 "
103103description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
104104categories = [" command-line-interface" ]
105105keywords = [
@@ -176,7 +176,7 @@ unstable-markdown = ["clap_derive/unstable-markdown"]
176176bench = false
177177
178178[dependencies ]
179- clap_builder = { path = " ./clap_builder" , version = " =4.5.30 " , default-features = false }
179+ clap_builder = { path = " ./clap_builder" , version = " =4.5.31 " , default-features = false }
180180clap_derive = { path = " ./clap_derive" , version = " =4.5.28" , 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.30 "
3+ version = " 4.5.31 "
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.46] - 2025-02-24
11+
1012## [ 4.5.45] - 2025-02-17
1113
1214### Fixes
@@ -529,7 +531,8 @@ MSRV changed to 1.64.0
529531## [ 3.0.1] - 2022-01-03
530532
531533<!-- next-url -->
532- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.45...HEAD
534+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.46...HEAD
535+ [ 4.5.46 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.45...clap_complete-v4.5.46
533536[ 4.5.45 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.44...clap_complete-v4.5.45
534537[ 4.5.44 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.43...clap_complete-v4.5.44
535538[ 4.5.43 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.42...clap_complete-v4.5.43
Original file line number Diff line number Diff line change 11[package ]
22name = " clap_complete"
3- version = " 4.5.45 "
3+ version = " 4.5.46 "
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.45 /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.45 /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.46 /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.46 /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.45 /clap_complete/CONTRIBUTING.md )
17- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.45 /README.md#sponsors )
16+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.46 /clap_complete/CONTRIBUTING.md )
17+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.46 /README.md#sponsors )
1818
1919## About
2020
Original file line number Diff line number Diff line change 1111//! - [Cookbook][_cookbook]
1212//! - [FAQ][_faq]
1313//! - [Discussions](https://github.com/clap-rs/clap/discussions)
14- //! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.30 /CHANGELOG.md) (includes major version migration
14+ //! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.31 /CHANGELOG.md) (includes major version migration
1515//! guides)
1616//!
1717//! ## Aspirations
You can’t perform that action at this time.
0 commit comments