Skip to content

Commit 78bb48b

Browse files
committed
chore: Release
1 parent 3430d62 commit 78bb48b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clap_complete_nushell/CHANGELOG.md

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

10+
## [4.3.0] - 2023-05-24
11+
1012
<!-- next-url -->
11-
[Unreleased]: https://github.com/clap-rs/clap/compare/bd163098e122bb65e053a61b773931c8f36d2e7d...HEAD
13+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.0...HEAD
14+
[4.3.0]: https://github.com/clap-rs/clap/compare/bd163098e122bb65e053a61b773931c8f36d2e7d...clap_complete_nushell-v4.3.0

clap_complete_nushell/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_complete_nushell"
3-
version = "0.1.11"
3+
version = "4.3.0"
44
description = "A generator library used with clap for Nushell completion scripts"
55
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_nushell"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)