Skip to content

Commit 6d601e6

Browse files
committed
chore: Release
1 parent 048e7f0 commit 6d601e6

File tree

9 files changed

+28
-22
lines changed

9 files changed

+28
-22
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.4.12] - 2023-12-28
24+
2325
### Performance
2426

2527
- Only ask `TypedValueParser` for possible values if needed
@@ -4494,7 +4496,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
44944496
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
44954497

44964498
<!-- next-url -->
4497-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.4.11...HEAD
4499+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.4.12...HEAD
4500+
[4.4.12]: https://github.com/clap-rs/clap/compare/v4.4.11...v4.4.12
44984501
[4.4.11]: https://github.com/clap-rs/clap/compare/v4.4.10...v4.4.11
44994502
[4.4.10]: https://github.com/clap-rs/clap/compare/v4.4.9...v4.4.10
45004503
[4.4.9]: https://github.com/clap-rs/clap/compare/v4.4.8...v4.4.9

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: 2023-12-04
7-
version: 4.4.11
6+
date-released: 2023-12-28
7+
version: 4.4.12
88

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

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -27,7 +27,7 @@ include = [
2727

2828
[package]
2929
name = "clap"
30-
version = "4.4.11"
30+
version = "4.4.12"
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,7 +102,7 @@ unstable-styles = ["clap_builder/unstable-styles"]
102102
bench = false
103103

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

108108
[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.4.11"
3+
version = "4.4.12"
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_mangen/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [0.2.16] - 2023-12-28
11+
1012
### Performance
1113

1214
- Only ask `TypedValueParser` for possible values if needed
@@ -100,7 +102,8 @@ MSRV changed to 1.64.0
100102
- Expanded the documentation
101103

102104
<!-- next-url -->
103-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.15...HEAD
105+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.16...HEAD
106+
[0.2.16]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.15...clap_mangen-v0.2.16
104107
[0.2.15]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.14...clap_mangen-v0.2.15
105108
[0.2.14]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.13...clap_mangen-v0.2.14
106109
[0.2.13]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.12...clap_mangen-v0.2.13

clap_mangen/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_mangen"
3-
version = "0.2.15"
3+
version = "0.2.16"
44
description = "A manpage generator for clap"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_mangen"
66
categories = ["command-line-interface"]

clap_mangen/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
66
[![Crates.io](https://img.shields.io/crates/v/clap_mangen?style=flat-square)](https://crates.io/crates/clap_mangen)
77
[![Crates.io](https://img.shields.io/crates/d/clap_mangen?style=flat-square)](https://crates.io/crates/clap_mangen)
8-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.15/LICENSE-APACHE)
9-
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.15/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_mangen-v0.2.16/LICENSE-APACHE)
9+
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.16/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_mangen)
1515
3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
16-
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.15/clap_mangen/CONTRIBUTING.md)
17-
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.15/README.md#sponsors)
16+
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.16/clap_mangen/CONTRIBUTING.md)
17+
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.16/README.md#sponsors)
1818

1919
## About
2020

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

0 commit comments

Comments
 (0)