Skip to content

Commit 721deab

Browse files
committed
chore: Release
1 parent a4be55b commit 721deab

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.25] - 2025-01-09
24+
2325
### Fixes
2426

2527
- *(help)* Reduce binary size
@@ -4681,7 +4683,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
46814683
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
46824684

46834685
<!-- next-url -->
4684-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.5.24...HEAD
4686+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.5.25...HEAD
4687+
[4.5.25]: https://github.com/clap-rs/clap/compare/v4.5.24...v4.5.25
46854688
[4.5.24]: https://github.com/clap-rs/clap/compare/v4.5.23...v4.5.24
46864689
[4.5.23]: https://github.com/clap-rs/clap/compare/v4.5.22...v4.5.23
46874690
[4.5.22]: https://github.com/clap-rs/clap/compare/v4.5.21...v4.5.22

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cff-version: 1.2.0
33
message: Please cite this crate using these information.
44

55
# Version information.
6-
date-released: 2025-01-07
7-
version: 4.5.24
6+
date-released: 2025-01-09
7+
version: 4.5.25
88

99
# Project information.
1010
abstract: A full featured, fast Command Line Argument Parser for Rust

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ blocks_in_conditions = "allow"
9999

100100
[package]
101101
name = "clap"
102-
version = "4.5.24"
102+
version = "4.5.25"
103103
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
104104
categories = ["command-line-interface"]
105105
keywords = [
@@ -175,7 +175,7 @@ unstable-derive-ui-tests = []
175175
bench = false
176176

177177
[dependencies]
178-
clap_builder = { path = "./clap_builder", version = "=4.5.24", default-features = false }
178+
clap_builder = { path = "./clap_builder", version = "=4.5.25", default-features = false }
179179
clap_derive = { path = "./clap_derive", version = "=4.5.24", optional = true }
180180

181181
[dev-dependencies]

clap_builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_builder"
3-
version = "4.5.24"
3+
version = "4.5.25"
44
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
55
categories = ["command-line-interface"]
66
keywords = [

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.24/CHANGELOG.md) (includes major version migration
14+
//! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.25/CHANGELOG.md) (includes major version migration
1515
//! guides)
1616
//!
1717
//! ## Aspirations

0 commit comments

Comments
 (0)