chore: release 0.1.11

This commit is contained in:
nibon7 2023-05-23 13:22:59 +08:00
parent 7e6eb7d280
commit 865a1c531f
No known key found for this signature in database
GPG key ID: 281CE465D8EEC03B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -414,7 +414,7 @@ dependencies = [
[[package]]
name = "clap_complete_nushell"
version = "0.1.10"
version = "0.1.11"
dependencies = [
"clap",
"clap_complete",

View file

@ -1,7 +1,7 @@
[package]
name = "clap_complete_nushell"
authors = [ "nibon7 <nibon7@163.com>" ]
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A generator library used with clap for Nushell completion scripts"