From 2c32292d42fa80ef7b54d448dd5d2333376b0458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=80=E1=B4=9C=C9=B4=E1=B4=9B=C9=AA=E1=B4=8D=E1=B4=87=20?= =?UTF-8?q?=28=20D=CA=80=E1=B4=80=C9=A2=E1=B4=8Fs=CA=9C=20=29?= <39906742+0dragosh@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:21:02 +0300 Subject: [PATCH] chore: release v0.2.10 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc0c05..834c921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.10](https://github.com/0dragosh/cwt/compare/v0.2.9...v0.2.10) - 2026-04-16 + +### Fixed + +- use dedicated token for release PR CI +- dispatch CI for release PRs +- build linux release assets on ubuntu 22.04 ([#46](https://github.com/0dragosh/cwt/pull/46)) + ## [0.2.9](https://github.com/0dragosh/cwt/compare/v0.2.8...v0.2.9) - 2026-03-18 ### Other diff --git a/Cargo.lock b/Cargo.lock index a9a8cd1..6912f8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "cwt" -version = "0.2.9" +version = "0.2.10" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1427eb5..de5158f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cwt" -version = "0.2.9" +version = "0.2.10" edition = "2021" description = "Claude Worktree Manager — TUI for managing git worktrees with Claude Code" license = "MIT"