Skip to content

Commit 97deaf4

Browse files
committed
chore: Release
1 parent bfa8d01 commit 97deaf4

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
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.16] - 2024-08-15
24+
2325
### Fixes
2426

2527
- *(derive)* Improve error messages when `derive` feature is missing
@@ -4626,7 +4628,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
46264628
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
46274629

46284630
<!-- next-url -->
4629-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.5.15...HEAD
4631+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.5.16...HEAD
4632+
[4.5.16]: https://github.com/clap-rs/clap/compare/v4.5.15...v4.5.16
46304633
[4.5.15]: https://github.com/clap-rs/clap/compare/v4.5.14...v4.5.15
46314634
[4.5.14]: https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.14
46324635
[4.5.13]: https://github.com/clap-rs/clap/compare/v4.5.12...v4.5.13

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-08-10
7-
version: 4.5.15
6+
date-released: 2024-08-15
7+
version: 4.5.16
88

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

Cargo.lock

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

Cargo.toml

+1-1
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.15"
102+
version = "4.5.16"
103103
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
104104
categories = ["command-line-interface"]
105105
keywords = [

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

0 commit comments

Comments
 (0)