Skip to content

Commit f931de6

Browse files
committed
chore: Release
1 parent dbab081 commit f931de6

File tree

4 files changed

+13
-10
lines changed

4 files changed

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

2325
- *(derive)* Don't `deny` lints on the users behalf
@@ -4141,7 +4143,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
41414143
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
41424144

41434145
<!-- next-url -->
4144-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.7...HEAD
4146+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.8...HEAD
4147+
[4.1.8]: https://github.com/clap-rs/clap/compare/v4.1.7...v4.1.8
41454148
[4.1.7]: https://github.com/clap-rs/clap/compare/v4.1.6...v4.1.7
41464149
[4.1.6]: https://github.com/clap-rs/clap/compare/v4.1.5...v4.1.6
41474150
[4.1.5]: https://github.com/clap-rs/clap/compare/v4.1.4...v4.1.5

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.7"
27+
version = "4.1.8"
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.7", optional = true }
100+
clap_derive = { path = "./clap_derive", version = "=4.1.8", 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.7"
3+
version = "4.1.8"
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)