diff --git a/Cargo.lock b/Cargo.lock index 4efcd221a0d..bd71d3d762c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,7 +498,7 @@ dependencies = [ [[package]] name = "clap_complete_nushell" -version = "4.5.4" +version = "4.5.5" dependencies = [ "clap 4.5.23", "clap_complete", diff --git a/clap_complete_nushell/CHANGELOG.md b/clap_complete_nushell/CHANGELOG.md index 7b9bcdf667c..a93922d187d 100644 --- a/clap_complete_nushell/CHANGELOG.md +++ b/clap_complete_nushell/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [4.5.5] - 2025-01-02 + ### Features - Respect `ValueHint` for paths @@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [4.3.0] - 2023-05-24 -[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.4...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.5...HEAD +[4.5.5]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.4...clap_complete_nushell-v4.5.5 [4.5.4]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.3...clap_complete_nushell-v4.5.4 [4.5.3]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.2...clap_complete_nushell-v4.5.3 [4.5.2]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.1...clap_complete_nushell-v4.5.2 diff --git a/clap_complete_nushell/Cargo.toml b/clap_complete_nushell/Cargo.toml index 5cdba436160..f6f1ff83a40 100644 --- a/clap_complete_nushell/Cargo.toml +++ b/clap_complete_nushell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap_complete_nushell" -version = "4.5.4" +version = "4.5.5" description = "A generator library used with clap for Nushell completion scripts" categories = ["command-line-interface"] keywords = [