Skip to content

Commit 6b89627

Browse files
authored
chore: release v2.15.0 (#462)
### πŸš€ Features - **(parse)** add Parser builder for custom env var handling by [@jdx](https://github.com/jdx) in [#464](#464) ### πŸ§ͺ Testing - **(cli)** use fish output format for cleaner assertions by [@ilyagr](https://github.com/ilyagr) in [#461](#461) ### πŸ” Other Changes - add cargo-semver-checks to detect breaking changes by [@jdx](https://github.com/jdx) in [#463](#463)
1 parent 1ba81c2 commit 6b89627

File tree

9 files changed

+30
-16
lines changed

9 files changed

+30
-16
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## [2.15.0](https://github.com/jdx/usage/compare/v2.14.0..v2.15.0) - 2026-01-26
4+
5+
### πŸš€ Features
6+
7+
- **(parse)** add Parser builder for custom env var handling by [@jdx](https://github.com/jdx) in [#464](https://github.com/jdx/usage/pull/464)
8+
9+
### πŸ§ͺ Testing
10+
11+
- **(cli)** use fish output format for cleaner assertions by [@ilyagr](https://github.com/ilyagr) in [#461](https://github.com/jdx/usage/pull/461)
12+
13+
### πŸ” Other Changes
14+
15+
- add cargo-semver-checks to detect breaking changes by [@jdx](https://github.com/jdx) in [#463](https://github.com/jdx/usage/pull/463)
16+
317
## [2.14.0](https://github.com/jdx/usage/compare/v2.13.1..v2.14.0) - 2026-01-26
418

519
### πŸš€ Features

β€ŽCargo.lockβ€Ž

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

β€Žpnpm-lock.yamlβ€Ž

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

0 commit comments

Comments
Β (0)