diff --git a/CHANGELOG.md b/CHANGELOG.md index f230023..9eaf7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.10.1](https://github.com/jdx/usage/compare/v2.10.0..v2.10.1) - 2025-12-22 + +### 📦️ Dependency Updates + +- lock file maintenance by [@renovate[bot]](https://github.com/renovate[bot]) in [#403](https://github.com/jdx/usage/pull/403) + ## [2.10.0](https://github.com/jdx/usage/compare/v2.9.0..v2.10.0) - 2025-12-19 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 8759681..0cc8576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1842,7 +1842,7 @@ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "usage-cli" -version = "2.10.0" +version = "2.10.1" dependencies = [ "assert_cmd", "clap", @@ -1871,7 +1871,7 @@ dependencies = [ [[package]] name = "usage-lib" -version = "2.10.0" +version = "2.10.1" dependencies = [ "clap", "ctor", diff --git a/Cargo.toml b/Cargo.toml index 8e8cf09..6b2a6fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT" [workspace.dependencies] clap_usage = { path = "./clap_usage", version = "2.0.3" } usage-cli = { path = "./cli" } -usage-lib = { path = "./lib", version = "2.10.0", features = ["clap"] } +usage-lib = { path = "./lib", version = "2.10.1", features = ["clap"] } [workspace.metadata.release] allow-branch = ["main"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fcff4a9..a483de0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usage-cli" edition = "2021" -version = "2.10.0" +version = "2.10.1" description = "CLI for working with usage-based CLIs" license = { workspace = true } authors = { workspace = true } diff --git a/cli/usage.usage.kdl b/cli/usage.usage.kdl index b0bd43b..c44da60 100644 --- a/cli/usage.usage.kdl +++ b/cli/usage.usage.kdl @@ -1,7 +1,7 @@ // @generated by usage-cli from clap metadata name usage-cli bin usage -version "2.10.0" +version "2.10.1" about "CLI for working with usage-based CLIs" usage "Usage: usage-cli [OPTIONS] [COMPLETIONS] " flag --usage-spec help="Outputs a `usage.kdl` spec for this CLI itself" diff --git a/docs/cli/reference/commands.json b/docs/cli/reference/commands.json index 8ffb8aa..5accbda 100644 --- a/docs/cli/reference/commands.json +++ b/docs/cli/reference/commands.json @@ -772,7 +772,7 @@ "config": { "props": {} }, - "version": "2.10.0", + "version": "2.10.1", "usage": "Usage: usage-cli [OPTIONS] [COMPLETIONS] ", "complete": {}, "source_code_link_template": "https://github.com/jdx/usage/blob/main/cli/src/cli/{{path}}.rs", diff --git a/docs/cli/reference/index.md b/docs/cli/reference/index.md index a5c82e3..e34236b 100644 --- a/docs/cli/reference/index.md +++ b/docs/cli/reference/index.md @@ -4,7 +4,7 @@ **Usage**: `usage [--usage-spec] [COMPLETIONS] ` -**Version**: 2.10.0 +**Version**: 2.10.1 - **Usage**: `usage [--usage-spec] [COMPLETIONS] ` diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0329c09..c33bb57 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usage-lib" edition = "2021" -version = "2.10.0" +version = "2.10.1" rust-version = "1.70.0" include = [ "/Cargo.toml",