mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: Release
This commit is contained in:
parent
3234c74a88
commit
37ba6075a9
3 changed files with 6 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -561,7 +561,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_complete_nushell"
|
name = "clap_complete_nushell"
|
||||||
version = "4.4.0"
|
version = "4.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.2",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
|
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
<!-- next-header -->
|
<!-- next-header -->
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [4.4.1] - 2023-09-11
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Allow completions to be used with `use` and `overlay use`
|
- 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
|
## [4.3.0] - 2023-05-24
|
||||||
|
|
||||||
<!-- next-url -->
|
<!-- 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.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.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.1]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.3.0...clap_complete_nushell-v4.3.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "clap_complete_nushell"
|
name = "clap_complete_nushell"
|
||||||
version = "4.4.0"
|
version = "4.4.1"
|
||||||
description = "A generator library used with clap for Nushell completion scripts"
|
description = "A generator library used with clap for Nushell completion scripts"
|
||||||
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_nushell"
|
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_nushell"
|
||||||
categories = ["command-line-interface"]
|
categories = ["command-line-interface"]
|
||||||
|
|
Loading…
Reference in a new issue