chore: Release

This commit is contained in:
Ed Page 2023-09-11 09:28:48 -05:00
parent 3234c74a88
commit 37ba6075a9
3 changed files with 6 additions and 3 deletions

2
Cargo.lock generated
View file

@ -561,7 +561,7 @@ dependencies = [
[[package]]
name = "clap_complete_nushell"
version = "4.4.0"
version = "4.4.1"
dependencies = [
"clap 4.4.2",
"clap_complete",

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [4.4.1] - 2023-09-11
### Features
- Allow completions to be used with `use` and `overlay use`
@ -24,7 +26,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [4.3.0] - 2023-05-24
<!-- next-url -->
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.0...HEAD
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.1...HEAD
[4.4.1]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.4.0...clap_complete_nushell-v4.4.1
[4.4.0]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.2...clap_complete_nushell-v4.4.0
[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

View file

@ -1,6 +1,6 @@
[package]
name = "clap_complete_nushell"
version = "4.4.0"
version = "4.4.1"
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"]