From 59ec51199a9960ef45d2cee8a1507cd9028ab35d Mon Sep 17 00:00:00 2001 From: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com> Date: Sat, 23 Nov 2024 06:52:31 +0000 Subject: [PATCH] chore: release v1.3.4 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- cli/usage.usage.kdl | 2 +- docs/cli/reference.md | 2 +- lib/Cargo.toml | 2 +- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0462d6..95b4496f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.4](https://github.com/jdx/usage/compare/v1.3.3..v1.3.4) - 2024-11-23 + +### 🔍 Other Changes + +- added shellcheck for bash completion file by [@jdx](https://github.com/jdx) in [#176](https://github.com/jdx/usage/pull/176) +- skip autofix on renovate prs by [@jdx](https://github.com/jdx) in [ada6c92](https://github.com/jdx/usage/commit/ada6c92da40d54d3afcba9a6366213a22f215272) + ## [1.3.3](https://github.com/jdx/usage/compare/v1.3.2..v1.3.3) - 2024-11-22 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 673da631..9305326b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,7 +1487,7 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "usage-cli" -version = "1.3.3" +version = "1.3.4" dependencies = [ "assert_cmd", "clap", @@ -1516,7 +1516,7 @@ dependencies = [ [[package]] name = "usage-lib" -version = "1.3.3" +version = "1.3.4" dependencies = [ "clap", "ctor", diff --git a/Cargo.toml b/Cargo.toml index 3461534a..eba0876a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT" [workspace.dependencies] clap_usage = { path = "./clap_usage", version = "0.2.0" } usage-cli = { path = "./cli" } -usage-lib = { path = "./lib", version = "1.3.3", features = ["clap"] } +usage-lib = { path = "./lib", version = "1.3.4", features = ["clap"] } [workspace.metadata.release] allow-branch = ["main"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0a3ee65f..c3834d36 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usage-cli" edition = "2021" -version = "1.3.3" +version = "1.3.4" description = "CLI for working with usage-based CLIs" license = { workspace = true } authors = { workspace = true } diff --git a/cli/usage.usage.kdl b/cli/usage.usage.kdl index 848e97c1..0e096cce 100644 --- a/cli/usage.usage.kdl +++ b/cli/usage.usage.kdl @@ -1,6 +1,6 @@ name "usage-cli" bin "usage" -version "1.3.3" +version "1.3.4" about "CLI for working with usage-based CLIs" usage "Usage: usage-cli [OPTIONS] [COMPLETIONS] " flag "--usage-spec" help="Outputs a `usage.kdl` spec for this CLI itself" diff --git a/docs/cli/reference.md b/docs/cli/reference.md index 76363cb2..49603e40 100644 --- a/docs/cli/reference.md +++ b/docs/cli/reference.md @@ -1,5 +1,5 @@ # `usage` -- **version**: 1.3.3 +- **version**: 1.3.4 CLI for working with usage-based CLIs diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e93025b8..1738eb8b 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usage-lib" edition = "2021" -version = "1.3.3" +version = "1.3.4" rust-version = "1.70.0" include = [ "/Cargo.toml",