diff --git a/CHANGELOG.md b/CHANGELOG.md index 834c921..573f188 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.11](https://github.com/0dragosh/cwt/compare/v0.2.10...v0.2.11) - 2026-04-16 + +### Other + +- *(deps)* bump rand from 0.10.0 to 0.10.1 ([#44](https://github.com/0dragosh/cwt/pull/44)) + ## [0.2.10](https://github.com/0dragosh/cwt/compare/v0.2.9...v0.2.10) - 2026-04-16 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 9897068..e04ec1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "cwt" -version = "0.2.10" +version = "0.2.11" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 68f9df6..f7457b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cwt" -version = "0.2.10" +version = "0.2.11" edition = "2021" description = "Claude Worktree Manager — TUI for managing git worktrees with Claude Code" license = "MIT"