From 469d0a7f97d78e431797e2440a3590c4298174b7 Mon Sep 17 00:00:00 2001 From: Zack Corr Date: Thu, 9 Apr 2026 14:38:12 +1000 Subject: [PATCH] chore: release cadence-cli 2.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78baf5bf..69e82f12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e9fdf5..0c66c761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.6.0](https://github.com/TeamCadenceAI/cadence-cli/compare/v2.5.0...v2.6.0) (2026-04-09) + + +### Features + +* **opencode:** stitch child sessions into root uploads ([965019e](https://github.com/TeamCadenceAI/cadence-cli/commit/965019e26b9095bb1567ba98ce73845ad957fde6)) +* **opencode:** stitch child sessions into root uploads ([bc332d4](https://github.com/TeamCadenceAI/cadence-cli/commit/bc332d4327d20c5cc82c57738cea7e69ea26d5ef)) + + +### Bug Fixes + +* **opencode:** load parent file sessions outside cutoff ([36652cb](https://github.com/TeamCadenceAI/cadence-cli/commit/36652cb7688ff411bc610232efaf0c7377b304da)) +* **opencode:** satisfy CI lint rules ([621f9c7](https://github.com/TeamCadenceAI/cadence-cli/commit/621f9c70c037bc616b805619381170050224cca5)) + ## [2.5.0](https://github.com/TeamCadenceAI/cadence-cli/compare/v2.4.1...v2.5.0) (2026-04-07) diff --git a/Cargo.lock b/Cargo.lock index d94e74d1..a501095d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cadence-cli" -version = "2.5.0" +version = "2.6.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 55cd9f7f..607f6ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cadence-cli" -version = "2.5.0" +version = "2.6.0" edition = "2024" [lib]