Skip to content

Commit e5f1f48

Browse files
committed
chore: Release
1 parent 9466a55 commit e5f1f48

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clap_complete_nushell/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [4.5.5] - 2025-01-02
11+
1012
### Features
1113

1214
- Respect `ValueHint` for paths
@@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5052
## [4.3.0] - 2023-05-24
5153

5254
<!-- next-url -->
53-
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.4...HEAD
55+
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.5...HEAD
56+
[4.5.5]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.4...clap_complete_nushell-v4.5.5
5457
[4.5.4]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.3...clap_complete_nushell-v4.5.4
5558
[4.5.3]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.2...clap_complete_nushell-v4.5.3
5659
[4.5.2]: https://github.com/clap-rs/clap/compare/clap_complete_nushell-v4.5.1...clap_complete_nushell-v4.5.2

clap_complete_nushell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_complete_nushell"
3-
version = "4.5.4"
3+
version = "4.5.5"
44
description = "A generator library used with clap for Nushell completion scripts"
55
categories = ["command-line-interface"]
66
keywords = [

0 commit comments

Comments
 (0)