Skip to content

Commit 8385025

Browse files
committed
chore: release v2.18.3
1 parent ba1f57b commit 8385025

File tree

10 files changed

+130
-108
lines changed

10 files changed

+130
-108
lines changed

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.3](https://github.com/jdx/usage/compare/v2.18.2..v2.18.3) - 2026-03-08
4+
5+
### 📚 Documentation
6+
7+
- add argparse-usage integration by [@jdx](https://github.com/jdx) in [#531](https://github.com/jdx/usage/pull/531)
8+
9+
### 🛡️ Security
10+
11+
- **(deps)** update dependency eslint to v10 by [@renovate[bot]](https://github.com/renovate[bot]) in [#526](https://github.com/jdx/usage/pull/526)
12+
13+
### 📦️ Dependency Updates
14+
15+
- update actions/setup-node digest to 53b8394 by [@renovate[bot]](https://github.com/renovate[bot]) in [#525](https://github.com/jdx/usage/pull/525)
16+
- update jdx/mise-action action to v3 by [@renovate[bot]](https://github.com/renovate[bot]) in [#528](https://github.com/jdx/usage/pull/528)
17+
- update rust crate roff to v1 by [@renovate[bot]](https://github.com/renovate[bot]) in [#529](https://github.com/jdx/usage/pull/529)
18+
319
## [2.18.2](https://github.com/jdx/usage/compare/v2.18.1..v2.18.2) - 2026-03-01
420

521
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 19 additions & 13 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.2", features = ["clap"] }
19+
usage-lib = { path = "./lib", version = "2.18.3", 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.2"
4+
version = "2.18.3"
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.2"
4+
version "2.18.3"
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.2",
906+
"version": "2.18.3",
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.2
7+
**Version**: 2.18.3
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.2"
4+
version = "2.18.3"
55
rust-version = "1.80.0"
66
include = [
77
"/Cargo.toml",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@withfig/autocomplete": "^2.692.3",
2323
"@withfig/autocomplete-tools": "^2.11.0",
2424
"@withfig/autocomplete-types": "^1.31.0",
25-
"eslint": "^10.0.0",
25+
"eslint": "^10.0.3",
2626
"semver": "^7.7.4"
2727
}
2828
}

0 commit comments

Comments
 (0)