mirror of
https://github.com/clap-rs/clap.git
synced 2026-01-25 05:36:19 +00:00
chore: Release
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user