Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51abbe7

Browse files
committed
chore: Release
1 parent 0c57710 commit 51abbe7

5 files changed

Lines changed: 17 additions & 14 deletions

File tree

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.3.15] - 2023-07-18
24+
2325
### Features
2426

2527
- *(unstable-styles)* Re-export `anstyle`
@@ -4357,7 +4359,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
43574359
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
43584360

43594361
<!-- next-url -->
4360-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.14...HEAD
4362+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.15...HEAD
4363+
[4.3.15]: https://github.com/clap-rs/clap/compare/v4.3.14...v4.3.15
43614364
[4.3.14]: https://github.com/clap-rs/clap/compare/v4.3.13...v4.3.14
43624365
[4.3.13]: https://github.com/clap-rs/clap/compare/v4.3.12...v4.3.13
43634366
[4.3.12]: https://github.com/clap-rs/clap/compare/v4.3.11...v4.3.12

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-07-17
7-
version: 4.3.14
6+
date-released: 2023-07-18
7+
version: 4.3.15
88

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

Cargo.lock

Lines changed: 8 additions & 8 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.3.14"
30+
version = "4.3.15"
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"]
@@ -101,7 +101,7 @@ unstable-styles = ["clap_builder/unstable-styles"]
101101
bench = false
102102

103103
[dependencies]
104-
clap_builder = { path = "./clap_builder", version = "=4.3.14", default-features = false }
104+
clap_builder = { path = "./clap_builder", version = "=4.3.15", default-features = false }
105105
clap_derive = { path = "./clap_derive", version = "=4.3.12", optional = true }
106106
once_cell = { version = "1.12.0", optional = true }
107107

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.3.14"
3+
version = "4.3.15"
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"]

0 commit comments

Comments
 (0)