Skip to content

Commit a7e0b75

Browse files
authored
chore: release v2.18.1 (#517)
### πŸ› Bug Fixes - **(lib)** validate choices for variadic args and flags by [@jdx](https://github.com/jdx) in [#520](#520) ### πŸ›‘οΈ Security - require AI disclosure on GitHub comments by [@jdx](https://github.com/jdx) in [#519](#519) ### πŸ“¦οΈ Dependency Updates - update autofix-ci/action action to v1.3.3 by [@renovate[bot]](https://github.com/renovate[bot]) in [#515](#515) - update rust crate clap to v4.5.60 by [@renovate[bot]](https://github.com/renovate[bot]) in [#516](#516) - lock file maintenance by [@renovate[bot]](https://github.com/renovate[bot]) in [#518](#518)
1 parent 2a9a12e commit a7e0b75

9 files changed

Lines changed: 230 additions & 214 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.18.1](https://github.com/jdx/usage/compare/v2.18.0..v2.18.1) - 2026-02-24
4+
5+
### πŸ› Bug Fixes
6+
7+
- **(lib)** validate choices for variadic args and flags by [@jdx](https://github.com/jdx) in [#520](https://github.com/jdx/usage/pull/520)
8+
9+
### πŸ›‘οΈ Security
10+
11+
- require AI disclosure on GitHub comments by [@jdx](https://github.com/jdx) in [#519](https://github.com/jdx/usage/pull/519)
12+
13+
### πŸ“¦οΈ Dependency Updates
14+
15+
- update autofix-ci/action action to v1.3.3 by [@renovate[bot]](https://github.com/renovate[bot]) in [#515](https://github.com/jdx/usage/pull/515)
16+
- update rust crate clap to v4.5.60 by [@renovate[bot]](https://github.com/renovate[bot]) in [#516](https://github.com/jdx/usage/pull/516)
17+
- lock file maintenance by [@renovate[bot]](https://github.com/renovate[bot]) in [#518](https://github.com/jdx/usage/pull/518)
18+
319
## [2.18.0](https://github.com/jdx/usage/compare/v2.17.4..v2.18.0) - 2026-02-18
420

521
### πŸš€ Features

β€ŽCargo.lockβ€Ž

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT"
1616
[workspace.dependencies]
1717
clap_usage = { path = "./clap_usage", version = "2.0.3" }
1818
usage-cli = { path = "./cli" }
19-
usage-lib = { path = "./lib", version = "2.18.0", features = ["clap"] }
19+
usage-lib = { path = "./lib", version = "2.18.1", features = ["clap"] }
2020

2121
[workspace.metadata.release]
2222
allow-branch = ["main"]

β€Žcli/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "usage-cli"
33
edition = "2021"
4-
version = "2.18.0"
4+
version = "2.18.1"
55
description = "CLI for working with usage-based CLIs"
66
license = { workspace = true }
77
authors = { workspace = true }

β€Žcli/usage.usage.kdlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @generated by usage-cli from clap metadata
22
name usage-cli
33
bin usage
4-
version "2.18.0"
4+
version "2.18.1"
55
about "CLI for working with usage-based CLIs"
66
usage "Usage: usage-cli [OPTIONS] [COMPLETIONS] <COMMAND>"
77
flag --usage-spec help="Outputs a `usage.kdl` spec for this CLI itself"

β€Ždocs/cli/reference/commands.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
"config": {
904904
"props": {}
905905
},
906-
"version": "2.18.0",
906+
"version": "2.18.1",
907907
"usage": "Usage: usage-cli [OPTIONS] [COMPLETIONS] <COMMAND>",
908908
"complete": {},
909909
"source_code_link_template": "https://github.com/jdx/usage/blob/main/cli/src/cli/{{path}}.rs",

β€Ždocs/cli/reference/index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Usage**: `usage [--usage-spec] [COMPLETIONS] <SUBCOMMAND>`
66

7-
**Version**: 2.18.0
7+
**Version**: 2.18.1
88

99
- **Usage**: `usage [--usage-spec] [COMPLETIONS] <SUBCOMMAND>`
1010

β€Žlib/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "usage-lib"
33
edition = "2021"
4-
version = "2.18.0"
4+
version = "2.18.1"
55
rust-version = "1.80.0"
66
include = [
77
"/Cargo.toml",

0 commit comments

Comments
Β (0)