Skip to content

Commit bdc9534

Browse files
committed
chore: release v6.4.1
1 parent a5dfa3d commit bdc9534

17 files changed

Lines changed: 92 additions & 282 deletions

File tree

‎CHANGELOG.md‎

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

3+
## [6.4.1](https://github.com/jdx/usage/compare/v6.4.0..v6.4.1) - 2026-08-25
4+
5+
### 🐛 Bug Fixes
6+
7+
- **(cli)** color interpreted help output by [@jdx](https://github.com/jdx) in [#1309](https://github.com/jdx/usage/pull/1309)
8+
- **(docs)** omit hidden commands from markdown by [@jdx](https://github.com/jdx) in [#1315](https://github.com/jdx/usage/pull/1315)
9+
- **(parse)** require opt-in for negative flag values by [@jdx](https://github.com/jdx) in [#1317](https://github.com/jdx/usage/pull/1317)
10+
- **(parse)** align negative values across parse phases by [@jdx](https://github.com/jdx) in [#1318](https://github.com/jdx/usage/pull/1318)
11+
12+
### 🔍 Other Changes
13+
14+
- **(sponsors)** replace 37signals with omacom foundation by [@jdx](https://github.com/jdx) in [#1324](https://github.com/jdx/usage/pull/1324)
15+
- lower published crate msrv to 1.91 by [@jdx](https://github.com/jdx) in [#1314](https://github.com/jdx/usage/pull/1314)
16+
17+
### 📦️ Dependency Updates
18+
19+
- update rust crate winnow to v1 by [@renovate[bot]](https://github.com/renovate[bot]) in [#1313](https://github.com/jdx/usage/pull/1313)
20+
321
## [6.4.0](https://github.com/jdx/usage/compare/v6.3.0..v6.4.0) - 2026-08-24
422

523
### 🚀 Features

‎Cargo.lock‎

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

‎Cargo.toml‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ license = "MIT"
4242
[workspace.dependencies]
4343
clap_usage = { path = "./clap_usage", version = "5.0.0" }
4444
usage-cli = { path = "./cli" }
45-
usage-argv = { path = "./argv", version = "6.4.0" }
46-
usage-config = { path = "./config", version = "6.4.0" }
47-
usage-derive = { path = "./derive", version = "6.4.0" }
45+
usage-argv = { path = "./argv", version = "6.4.1" }
46+
usage-config = { path = "./config", version = "6.4.1" }
47+
usage-derive = { path = "./derive", version = "6.4.1" }
4848
# No features, and defaults off. A feature named here is inherited by every member that writes
4949
# `workspace = true` and inlines into their published manifests — so `clap` and `validation`
5050
# reached members that use neither, one of them an adopter's build script. Defaults
5151
# are off rather than absent because cargo *ignores* a member's `default-features = false` unless
5252
# the workspace declaration sets it too, and warns that it may become a hard error. Members name
5353
# what they need, `docs` included.
54-
usage-lib = { path = "./lib", version = "6.4.0", default-features = false }
55-
usage-rs = { path = "./usage-rs", version = "6.4.0" }
56-
usage-dynamic = { path = "./usage-dynamic", version = "6.4.0" }
57-
usage-test = { path = "./test", version = "6.4.0" }
58-
usage-validation = { path = "./validation", version = "6.4.0" }
54+
usage-lib = { path = "./lib", version = "6.4.1", default-features = false }
55+
usage-rs = { path = "./usage-rs", version = "6.4.1" }
56+
usage-dynamic = { path = "./usage-dynamic", version = "6.4.1" }
57+
usage-test = { path = "./test", version = "6.4.1" }
58+
usage-validation = { path = "./validation", version = "6.4.1" }
5959

6060
[workspace.metadata.release]
6161
allow-branch = ["main"]

‎argv/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-argv"
33
description = "Zero-allocation argv parser for usage specs"
4-
version = "6.4.0"
4+
version = "6.4.1"
55
edition = "2021"
66
rust-version = "1.91"
77
homepage = { workspace = true }

0 commit comments

Comments
 (0)