Skip to content

Commit 9aee6d3

Browse files
committed
chore: Release
1 parent 9777625 commit 9aee6d3

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
<!-- next-header -->
1919
## [Unreleased] - ReleaseDate
2020

21+
## [4.1.10] - 2023-03-17
22+
2123
### Fixes
2224

2325
- *(help)* On Windows, avoid underlined text artifacts
@@ -4153,7 +4155,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
41534155
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
41544156

41554157
<!-- next-url -->
4156-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.9...HEAD
4158+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.10...HEAD
4159+
[4.1.10]: https://github.com/clap-rs/clap/compare/v4.1.9...v4.1.10
41574160
[4.1.9]: https://github.com/clap-rs/clap/compare/v4.1.8...v4.1.9
41584161
[4.1.8]: https://github.com/clap-rs/clap/compare/v4.1.7...v4.1.8
41594162
[4.1.7]: https://github.com/clap-rs/clap/compare/v4.1.6...v4.1.7

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-03-16
7-
version: 4.1.9
6+
date-released: 2023-03-17
7+
version: 4.1.10
88

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

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include = [
2424

2525
[package]
2626
name = "clap"
27-
version = "4.1.9"
27+
version = "4.1.10"
2828
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
2929
repository = "https://github.com/clap-rs/clap"
3030
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)