From 8495b04f3db6bdb3618d9456a0425c22621001e5 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, 23 Apr 2026 17:54:49 +0300 Subject: [PATCH] chore: release v0.2.13 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8c7d0..46cb822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.13](https://github.com/0dragosh/cwt/compare/v0.2.12...v0.2.13) - 2026-04-23 + +### Added + +- add Verus workflow verification sidecar ([#51](https://github.com/0dragosh/cwt/pull/51)) + ## [0.2.12](https://github.com/0dragosh/cwt/compare/v0.2.11...v0.2.12) - 2026-04-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index eb046f7..ffec8f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "cwt" -version = "0.2.12" +version = "0.2.13" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0ac2665..8c9100d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cwt" -version = "0.2.12" +version = "0.2.13" edition = "2021" description = "Provider Worktree Manager — TUI for managing git worktrees with Claude, Codex, or Pi" license = "MIT"