Skip to content

Commit 5f247f5

Browse files
committed
chore: Release
1 parent 1999d85 commit 5f247f5

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

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.7] - 2023-02-27
22+
2123
### Fixes
2224

2325
- *(derive)* Hide some nightly clippy warnings
@@ -4135,7 +4137,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
41354137
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
41364138

41374139
<!-- next-url -->
4138-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.6...HEAD
4140+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.7...HEAD
4141+
[4.1.7]: https://github.com/clap-rs/clap/compare/v4.1.6...v4.1.7
41394142
[4.1.6]: https://github.com/clap-rs/clap/compare/v4.1.5...v4.1.6
41404143
[4.1.5]: https://github.com/clap-rs/clap/compare/v4.1.4...v4.1.5
41414144
[4.1.4]: https://github.com/clap-rs/clap/compare/v4.1.3...v4.1.4

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -24,7 +24,7 @@ include = [
2424

2525
[package]
2626
name = "clap"
27-
version = "4.1.6"
27+
version = "4.1.7"
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"]
@@ -97,7 +97,7 @@ unstable-v5 = ["clap_derive?/unstable-v5", "deprecated"]
9797
bench = false
9898

9999
[dependencies]
100-
clap_derive = { path = "./clap_derive", version = "=4.1.0", optional = true }
100+
clap_derive = { path = "./clap_derive", version = "=4.1.7", optional = true }
101101
clap_lex = { path = "./clap_lex", version = "0.3.0" }
102102
bitflags = "1.2"
103103
unicase = { version = "2.6", optional = true }

clap_derive/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_derive"
3-
version = "4.1.0"
3+
version = "4.1.7"
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"]

0 commit comments

Comments
 (0)