chore: Release

This commit is contained in:
Ed Page 2023-08-07 20:34:01 -05:00
parent b96cbafcbe
commit da19141560
3 changed files with 6 additions and 3 deletions

2
Cargo.lock generated
View file

@ -566,7 +566,7 @@ dependencies = [
[[package]]
name = "clap_complete_nushell"
version = "4.3.1"
version = "4.3.2"
dependencies = [
"clap 4.3.20",
"clap_complete",

View file

@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [4.3.2] - 2023-08-08
## [4.3.1] - 2023-06-02
## [4.3.0] - 2023-05-24
<!-- next-url -->
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.1...HEAD
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.2...HEAD
[4.3.2]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.1...clap_complete_nushell-v4.3.2
[4.3.1]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.0...clap_complete_nushell-v4.3.1
[4.3.0]: https://github.com/clap-rs/clap/compare/bd163098e122bb65e053a61b773931c8f36d2e7d...clap_complete_nushell-v4.3.0

View file

@ -1,6 +1,6 @@
[package]
name = "clap_complete_nushell"
version = "4.3.1"
version = "4.3.2"
description = "A generator library used with clap for Nushell completion scripts"
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_nushell"
categories = ["command-line-interface"]