From 8c032662f6532a30315ed8c1932091c54ae691e7 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 5 Sep 2026 19:48:31 -0500 Subject: [PATCH] chore(tak-cli): release v0.0.11 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2136fa2..92ff3df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.11](https://github.com/jdx/tak/compare/0.0.10..0.0.11) - 2026-09-06 + +### 🚀 Features + +- **(cli)** publish native completions in packslip by [@jdx](https://github.com/jdx) in [#99](https://github.com/jdx/tak/pull/99) + +### 📦️ Dependency Updates + +- bump mr-boxington to 1.8.3 by [@jdx](https://github.com/jdx) in [#101](https://github.com/jdx/tak/pull/101) + + + ## [0.0.10](https://github.com/jdx/tak/compare/0.0.9..0.0.10) - 2026-09-05 ### 🔍 Other Changes diff --git a/Cargo.lock b/Cargo.lock index 2ef120a..da88d8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "tak-cli" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "asset-picker", diff --git a/Cargo.toml b/Cargo.toml index 60044af..fa3a63e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/asset-picker"] [package] name = "tak-cli" -version = "0.0.10" +version = "0.0.11" edition = "2024" description = "Pre-v1 command-line benchmarking and performance tracking" keywords = ["benchmark", "performance", "cli", "git-notes"]