Skip to content

Commit c3c9099

Browse files
committed
chore: Release
1 parent 6812761 commit c3c9099

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

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

16+
## [4.0.28] - 2022-11-29
17+
1618
### Fixes
1719

1820
- Fix wasm support which was broken in 4.0.27
@@ -4037,7 +4039,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
40374039
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
40384040

40394041
<!-- next-url -->
4040-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.27...HEAD
4042+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.28...HEAD
4043+
[4.0.28]: https://github.com/clap-rs/clap/compare/v4.0.27...v4.0.28
40414044
[4.0.27]: https://github.com/clap-rs/clap/compare/v4.0.26...v4.0.27
40424045
[4.0.26]: https://github.com/clap-rs/clap/compare/v4.0.25...v4.0.26
40434046
[4.0.25]: https://github.com/clap-rs/clap/compare/v4.0.24...v4.0.25

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
@@ -10,7 +10,7 @@ members = [
1010

1111
[package]
1212
name = "clap"
13-
version = "4.0.27"
13+
version = "4.0.28"
1414
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
1515
repository = "https://github.com/clap-rs/clap"
1616
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)