Skip to content

Commit a751c5f

Browse files
committed
chore: Release
1 parent 9ec6c94 commit a751c5f

File tree

14 files changed

+43
-31
lines changed

14 files changed

+43
-31
lines changed

CHANGELOG.md

+4-1
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.0] - 2024-02-08
24+
2325
### Compatibility
2426

2527
- Update MSRV to 1.74
@@ -4541,7 +4543,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
45414543
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
45424544

45434545
<!-- next-url -->
4544-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.4.18...HEAD
4546+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.5.0...HEAD
4547+
[4.5.0]: https://github.com/clap-rs/clap/compare/v4.4.18...v4.5.0
45454548
[4.4.18]: https://github.com/clap-rs/clap/compare/v4.4.17...v4.4.18
45464549
[4.4.17]: https://github.com/clap-rs/clap/compare/v4.4.16...v4.4.17
45474550
[4.4.16]: https://github.com/clap-rs/clap/compare/v4.4.15...v4.4.16

CITATION.cff

+2-2
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: 2024-01-16
7-
version: 4.4.18
6+
date-released: 2024-02-08
7+
version: 4.5.0
88

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

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727

2828
[package]
2929
name = "clap"
30-
version = "4.4.18"
30+
version = "4.5.0"
3131
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
3232
repository = "https://github.com/clap-rs/clap"
3333
categories = ["command-line-interface"]
@@ -102,8 +102,8 @@ unstable-styles = ["clap_builder/unstable-styles"]
102102
bench = false
103103

104104
[dependencies]
105-
clap_builder = { path = "./clap_builder", version = "=4.4.18", default-features = false }
106-
clap_derive = { path = "./clap_derive", version = "=4.4.7", optional = true }
105+
clap_builder = { path = "./clap_builder", version = "=4.5.0", default-features = false }
106+
clap_derive = { path = "./clap_derive", version = "=4.5.0", optional = true }
107107

108108
[dev-dependencies]
109109
trybuild = "1.0.89"

clap_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_builder"
3-
version = "4.4.18"
3+
version = "4.5.0"
44
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
55
repository = "https://github.com/clap-rs/clap"
66
categories = ["command-line-interface"]

clap_complete/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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.0] - 2024-02-08
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.74
@@ -228,7 +230,8 @@ MSRV changed to 1.64.0
228230
## [3.0.1] - 2022-01-03
229231

230232
<!-- next-url -->
231-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v4.4.10...HEAD
233+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v4.5.0...HEAD
234+
[4.5.0]: https://github.com/clap-rs/clap/compare/clap_complete-v4.4.10...clap_complete-v4.5.0
232235
[4.4.10]: https://github.com/clap-rs/clap/compare/clap_complete-v4.4.9...clap_complete-v4.4.10
233236
[4.4.9]: https://github.com/clap-rs/clap/compare/clap_complete-v4.4.8...clap_complete-v4.4.9
234237
[4.4.8]: https://github.com/clap-rs/clap/compare/clap_complete-v4.4.7...clap_complete-v4.4.8

clap_complete/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete"
3-
version = "4.4.10"
3+
version = "4.5.0"
44
description = "Generate shell completion scripts for your clap::Command"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete"
66
categories = ["command-line-interface"]

clap_complete/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
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.4.10/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.4.10/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.0/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.0/LICENSE-MIT)
1010

1111
Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT).
1212

1313
1. [About](#about)
1414
2. [API Reference](https://docs.rs/clap_complete)
1515
3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
16-
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_complete-v4.4.10/clap_complete/CONTRIBUTING.md)
17-
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v4.4.10/README.md#sponsors)
16+
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.0/clap_complete/CONTRIBUTING.md)
17+
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.0/README.md#sponsors)
1818

1919
## About
2020

clap_complete_fig/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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.0] - 2024-02-08
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.74
@@ -87,7 +89,8 @@ MSRV changed to 1.64.0
8789
## [3.0.1] - 2022-01-03
8890

8991
<!-- next-url -->
90-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.2...HEAD
92+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.5.0...HEAD
93+
[4.5.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.2...clap_complete_fig-v4.5.0
9194
[4.4.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.1...clap_complete_fig-v4.4.2
9295
[4.4.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.0...clap_complete_fig-v4.4.1
9396
[4.4.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.1...clap_complete_fig-v4.4.0

clap_complete_fig/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete_fig"
3-
version = "4.4.2"
3+
version = "4.5.0"
44
description = "A generator library used with clap for Fig completion scripts"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_fig"
66
categories = ["command-line-interface"]

clap_complete_nushell/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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.0] - 2024-02-08
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.74
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3234
## [4.3.0] - 2023-05-24
3335

3436
<!-- next-url -->
35-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.2...HEAD
37+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.0...HEAD
38+
[4.5.0]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.2...clap_complete_nushell-v4.5.0
3639
[4.4.2]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.1...clap_complete_nushell-v4.4.2
3740
[4.4.1]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.0...clap_complete_nushell-v4.4.1
3841
[4.4.0]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.2...clap_complete_nushell-v4.4.0

clap_complete_nushell/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete_nushell"
3-
version = "4.4.2"
3+
version = "4.5.0"
44
description = "A generator library used with clap for Nushell completion scripts"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_nushell"
66
categories = ["command-line-interface"]

clap_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_derive"
3-
version = "4.4.7"
3+
version = "4.5.0"
44
description = "Parse command line argument by defining a struct, derive crate."
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_derive"
66
categories = ["command-line-interface", "development-tools::procedural-macro-helpers"]

src/lib.rs

+1-1
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.4.18/CHANGELOG.md) (includes major version migration
14+
//! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.0/CHANGELOG.md) (includes major version migration
1515
//! guides)
1616
//!
1717
//! ## Aspirations

0 commit comments

Comments
 (0)