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 @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2323<!-- next-header -->
2424## [ Unreleased] - ReleaseDate
2525
26+ ## [ 4.5.58] - 2026-02-11
27+
2628## [ 4.5.57] - 2026-02-03
2729
2830### Fixes
@@ -4900,7 +4902,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
49004902* ** arg** allow lifetimes other than 'static in arguments ([ 9e8c1fb9] ( https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5 ) )
49014903
49024904<!-- next-url -->
4903- [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.57...HEAD
4905+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/v4.5.58...HEAD
4906+ [ 4.5.58 ] : https://github.com/clap-rs/clap/compare/v4.5.57...v4.5.58
49044907[ 4.5.57 ] : https://github.com/clap-rs/clap/compare/v4.5.56...v4.5.57
49054908[ 4.5.56 ] : https://github.com/clap-rs/clap/compare/v4.5.55...v4.5.56
49064909[ 4.5.55 ] : https://github.com/clap-rs/clap/compare/v4.5.54...v4.5.55
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 : 2026-02-03
7- version : 4.5.57
6+ date-released : 2026-02-11
7+ version : 4.5.58
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 @@ -108,7 +108,7 @@ lto = true
108108
109109[package ]
110110name = " clap"
111- version = " 4.5.57 "
111+ version = " 4.5.58 "
112112description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
113113categories = [" command-line-interface" ]
114114keywords = [
@@ -185,7 +185,7 @@ unstable-markdown = ["clap_derive/unstable-markdown"]
185185bench = false
186186
187187[dependencies ]
188- clap_builder = { path = " ./clap_builder" , version = " =4.5.57 " , default-features = false }
188+ clap_builder = { path = " ./clap_builder" , version = " =4.5.58 " , default-features = false }
189189clap_derive = { path = " ./clap_derive" , version = " =4.5.55" , optional = true }
190190
191191[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " clap_builder"
3- version = " 4.5.57 "
3+ version = " 4.5.58 "
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](https://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 4.5.66] - 2026-02-11
11+
1012## [ 4.5.65] - 2026-01-07
1113
1214### Fixes
@@ -634,7 +636,8 @@ MSRV changed to 1.64.0
634636## [ 3.0.1] - 2022-01-03
635637
636638<!-- next-url -->
637- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.65...HEAD
639+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.66...HEAD
640+ [ 4.5.66 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.65...clap_complete-v4.5.66
638641[ 4.5.65 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.64...clap_complete-v4.5.65
639642[ 4.5.64 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.63...clap_complete-v4.5.64
640643[ 4.5.63 ] : https://github.com/clap-rs/clap/compare/clap_complete-v4.5.62...clap_complete-v4.5.63
Original file line number Diff line number Diff line change 11[package ]
22name = " clap_complete"
3- version = " 4.5.65 "
3+ version = " 4.5.66 "
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.65 /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.65 /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.66 /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.66 /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.65 /clap_complete/CONTRIBUTING.md )
17- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.65 /README.md#sponsors )
16+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.66 /clap_complete/CONTRIBUTING.md )
17+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_complete-v4.5.66 /README.md#sponsors )
1818
1919## About
2020
Original file line number Diff line number Diff line change 1212//! - [CLI Concepts][_concepts]
1313//! - [FAQ][_faq]
1414//! - [Discussions](https://github.com/clap-rs/clap/discussions)
15- //! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.57 /CHANGELOG.md) (includes major version migration
15+ //! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.58 /CHANGELOG.md) (includes major version migration
1616//! guides)
1717//!
1818//! ## Aspirations
You can’t perform that action at this time.
0 commit comments