From d9f3ef83e24d1121c7fd41008e9678b86ccdcebc Mon Sep 17 00:00:00 2001 From: any-victor Date: Sun, 23 Aug 2026 18:50:27 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/ctl-core-0.1.1.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- examples/mise.toml | 4 ++-- tasks/q/q | 2 +- 7 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 .changeset/ctl-core-0.1.1.md diff --git a/.changeset/ctl-core-0.1.1.md b/.changeset/ctl-core-0.1.1.md deleted file mode 100644 index ea3fb38..0000000 --- a/.changeset/ctl-core-0.1.1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -qctl: patch ---- - -ctl-core 0.1.1. `features = ["usage"]` compiles without `help`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7239c..25ebcfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## qctl 0.3.1 + +- ctl-core 0.1.1. `features = ["usage"]` compiles without `help`. + ## qctl 0.3.0 - `qctl close-from-git` archives queued ids closed by commit-body trailers. `qctl hook install` writes a git pre-push, or prints the Lefthook snippet to add; it never edits `lefthook.yml`. Neither amends. diff --git a/Cargo.lock b/Cargo.lock index 8953e84..72661b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1026,7 +1026,7 @@ dependencies = [ [[package]] name = "qctl" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5b64766..4b8214b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qctl" -version = "0.3.0" +version = "0.3.1" edition = "2024" rust-version = "1.97.1" description = "Control in-repo YAML work queues" diff --git a/README.md b/README.md index a14f73b..849acde 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pins the tool and the task include to the same release: ```toml [task_config] includes = [ - "git::https://github.com/victor-software-house/qctl.git//tasks/q?ref=v0.3.0", + "git::https://github.com/victor-software-house/qctl.git//tasks/q?ref=v0.3.1", "mise-tasks", ] ``` @@ -32,7 +32,7 @@ Install: ```sh cargo install qctl --locked # or the native tarball: -mise x github:victor-software-house/qctl@0.3.0 -- qctl --version +mise x github:victor-software-house/qctl@0.3.1 -- qctl --version ``` Do not name this `taskctl` (existing Go Make alternative) or `pi-tasks` diff --git a/examples/mise.toml b/examples/mise.toml index 0cfae1a..3f2a0d2 100644 --- a/examples/mise.toml +++ b/examples/mise.toml @@ -9,10 +9,10 @@ lockfile = true # the release you copy is not in that tarball yet — pin the release that carries # the verb you copied. [tools] -"github:victor-software-house/qctl" = "0.3.0" +"github:victor-software-house/qctl" = "0.3.1" [task_config] includes = [ - "git::https://github.com/victor-software-house/qctl.git//tasks/q?ref=v0.3.0", + "git::https://github.com/victor-software-house/qctl.git//tasks/q?ref=v0.3.1", "mise-tasks", ] diff --git a/tasks/q/q b/tasks/q/q index 31e6a17..422cc51 100755 --- a/tasks/q/q +++ b/tasks/q/q @@ -5,7 +5,7 @@ #MISE description="Run the qctl work-queue CLI" #MISE dir="{{cwd}}" #MISE raw_args=true -#MISE tools = { "github:victor-software-house/qctl" = "0.3.0" } +#MISE tools = { "github:victor-software-house/qctl" = "0.3.1" } #USAGE mount "mise run --quiet q -- --usage-spec=q" set -euo pipefail