Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.5.3](https://github.com/jdx/usage/compare/v3.5.2..v3.5.3) - 2026-06-23

### 🐛 Bug Fixes

- **(docs)** show negated flags in cli help by [@jdx](https://github.com/jdx) in [#694](https://github.com/jdx/usage/pull/694)
- **(zsh)** preserve options for default completion by [@jdx](https://github.com/jdx) in [#693](https://github.com/jdx/usage/pull/693)

### 📦️ Dependency Updates

- update jdx/pr-closer action to v1.1.0 by [@renovate[bot]](https://github.com/renovate[bot]) in [#689](https://github.com/jdx/usage/pull/689)
- lock file maintenance lockfile maintenance by [@renovate[bot]](https://github.com/renovate[bot]) in [#691](https://github.com/jdx/usage/pull/691)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix duplicated wording in lockfile maintenance bullet.

Line 8 repeats the same phrase (lock file maintenance lockfile maintenance), which reads as a typo in the release notes.

Suggested edit
-- lock file maintenance lockfile maintenance by [`@renovate`[bot]](https://github.com/renovate[bot]) in [`#691`](https://github.com/jdx/usage/pull/691)
+- lock file maintenance by [`@renovate`[bot]](https://github.com/renovate[bot]) in [`#691`](https://github.com/jdx/usage/pull/691)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- lock file maintenance lockfile maintenance by [@renovate[bot]](https://github.com/renovate[bot]) in [#691](https://github.com/jdx/usage/pull/691)
- lock file maintenance by [`@renovate`[bot]](https://github.com/renovate[bot]) in [`#691`](https://github.com/jdx/usage/pull/691)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` at line 8, In the CHANGELOG.md file, line 8 contains duplicated
wording where "lock file maintenance lockfile maintenance" appears
consecutively, which should be simplified to just one instance of this phrase.
Remove the redundant repetition by keeping only a single occurrence of "lock
file maintenance" (or "lockfile maintenance" if that's the preferred format) in
the bullet point before the contributor attribution.


## [3.5.2](https://github.com/jdx/usage/compare/v3.5.1..v3.5.2) - 2026-06-17

### 🔍 Other Changes
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "3.5.2", features = ["clap"] }
usage-lib = { path = "./lib", version = "3.5.3", features = ["clap"] }

[workspace.metadata.release]
allow-branch = ["main"]
14 changes: 7 additions & 7 deletions aube-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ importers:
specifier: ^10.5.0
version: 10.5.0
semver:
specifier: ^7.8.4
version: 7.8.4
specifier: ^7.8.5
version: 7.8.5

packages:
"@algolia/abtesting@1.16.2":
Expand Down Expand Up @@ -1654,10 +1654,10 @@ packages:
engines: { node: ">=10" }
hasBin: true

semver@7.8.4:
semver@7.8.5:
resolution:
{
integrity: sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==,
integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==,
}
engines: { node: ">=10" }
hasBin: true
Expand Down Expand Up @@ -2414,7 +2414,7 @@ snapshots:
fast-glob: 3.3.3
module-from-string: 3.3.1
prettier: 3.8.3
semver: 7.8.4
semver: 7.8.5
typescript: 5.9.3

"@withfig/autocomplete-types@1.31.0": {}
Expand All @@ -2423,7 +2423,7 @@ snapshots:
dependencies:
"@fig/autocomplete-generators": 2.4.0
"@fig/autocomplete-helpers": 1.0.7
semver: 7.8.4
semver: 7.8.5
strip-json-comments: 5.0.3
yaml: 2.8.3

Expand Down Expand Up @@ -2939,7 +2939,7 @@ snapshots:

semver@7.7.4: {}

semver@7.8.4: {}
semver@7.8.5: {}

shebang-command@2.0.0:
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usage-cli"
edition = "2021"
version = "3.5.2"
version = "3.5.3"
description = "CLI for working with usage-based CLIs"
license = { workspace = true }
authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion cli/usage.usage.kdl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @generated by usage-cli from clap metadata
name usage-cli
bin usage
version "3.5.2"
version "3.5.3"
about "CLI for working with usage-based CLIs"
usage "Usage: usage-cli [OPTIONS] [COMPLETIONS] <COMMAND>"
flag --usage-spec help="Outputs a `usage.kdl` spec for this CLI itself"
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/reference/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@
"config": {
"props": {}
},
"version": "3.5.2",
"version": "3.5.3",
"usage": "Usage: usage-cli [OPTIONS] [COMPLETIONS] <COMMAND>",
"complete": {},
"source_code_link_template": "https://github.com/jdx/usage/blob/main/cli/src/cli/{{path}}.rs",
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

**Version**: 3.5.2
**Version**: 3.5.3

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

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usage-lib"
edition = "2021"
version = "3.5.2"
version = "3.5.3"
rust-version = "1.80.0"
include = [
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@withfig/autocomplete-tools": "^2.11.0",
"@withfig/autocomplete-types": "^1.31.0",
"eslint": "^10.5.0",
"semver": "^7.8.4"
"semver": "^7.8.5"
}
}