diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cb822..1b2e429 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.14](https://github.com/0dragosh/cwt/compare/v0.2.13...v0.2.14) - 2026-04-23 + +### Other + +- fix flake build + ## [0.2.13](https://github.com/0dragosh/cwt/compare/v0.2.12...v0.2.13) - 2026-04-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index ffec8f0..c3bd6ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "cwt" -version = "0.2.13" +version = "0.2.14" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8c9100d..d3c03ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cwt" -version = "0.2.13" +version = "0.2.14" edition = "2021" description = "Provider Worktree Manager — TUI for managing git worktrees with Claude, Codex, or Pi" license = "MIT"