chore: Release

This commit is contained in:
Ed Page
2025-10-31 09:29:58 -05:00
parent 9f7d789d93
commit bb886acc78
3 changed files with 6 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -513,7 +513,7 @@ dependencies = [
[[package]]
name = "clap_complete_nushell"
version = "4.5.9"
version = "4.5.10"
dependencies = [
"clap 4.5.51",
"clap_complete",

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [4.5.10] - 2025-10-31
### Fixes
- Fix the order of positional arguments
@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
## [4.3.0] - 2023-05-24
<!-- next-url -->
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.9...HEAD
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.10...HEAD
[4.5.10]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.9...clap_complete_nushell-v4.5.10
[4.5.9]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.8...clap_complete_nushell-v4.5.9
[4.5.8]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.7...clap_complete_nushell-v4.5.8
[4.5.7]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.6...clap_complete_nushell-v4.5.7

View File

@@ -1,6 +1,6 @@
[package]
name = "clap_complete_nushell"
version = "4.5.9"
version = "4.5.10"
description = "A generator library used with clap for Nushell completion scripts"
categories = ["command-line-interface"]
keywords = [