From 38652968682f55ac388f9bddac6cdcd793d1e4f6 Mon Sep 17 00:00:00 2001 From: Zack Corr Date: Thu, 2 Apr 2026 13:37:34 +1100 Subject: [PATCH] chore: release cadence-cli 2.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 53cc652d..a549f59d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.6" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3ac693..3408e748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.4.0](https://github.com/TeamCadenceAI/cadence-cli/compare/v2.3.6...v2.4.0) (2026-04-02) + + +### Features + +* **discovery:** expand Cursor and Warp session recovery ([ec37e65](https://github.com/TeamCadenceAI/cadence-cli/commit/ec37e65c33d010128ccd3f6f2f55a3349dc0e589)) +* **discovery:** expand Cursor and Warp session recovery ([0d5743f](https://github.com/TeamCadenceAI/cadence-cli/commit/0d5743f1f922acd856d35a78f8bebf1d4ffb7ee7)) + + +### Bug Fixes + +* **cursor:** make workspace-key tests Windows-safe ([377f4d8](https://github.com/TeamCadenceAI/cadence-cli/commit/377f4d8e6e9a58407eb2ba3a4ea8cb16cc515ecc)) +* **discovery:** address CI and review follow-ups ([18458d5](https://github.com/TeamCadenceAI/cadence-cli/commit/18458d573a1c6e3a56839f00bc13021d774886b5)) +* **discovery:** respect windows and cursor turn order ([e3b9ce8](https://github.com/TeamCadenceAI/cadence-cli/commit/e3b9ce8b79c53d8d02e72b79d92a512eab219e8c)) +* Fix install script for new format ([72a3d0e](https://github.com/TeamCadenceAI/cadence-cli/commit/72a3d0e18ff335d2f5907fa8b5fcea2218f3cc71)) +* **warp:** preserve block cwd in meta-only sessions ([6215d72](https://github.com/TeamCadenceAI/cadence-cli/commit/6215d72994e91f0749db6c3a71af3267d11df587)) + ## [2.3.6](https://github.com/TeamCadenceAI/cadence-cli/compare/v2.3.5...v2.3.6) (2026-03-30) diff --git a/Cargo.lock b/Cargo.lock index d0b4bbf5..0a1ea31b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cadence-cli" -version = "2.3.6" +version = "2.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5515be7e..c755ce9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cadence-cli" -version = "2.3.6" +version = "2.4.0" edition = "2024" [lib]