From 56df3652e8e8100180d133cfae75dd28a044488d Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Fri, 26 Dec 2025 17:46:55 +0100 Subject: [PATCH] chore: release v0.27.3 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea57646d..f2644d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.28.0](https://github.com/syncable-dev/syncable-cli/compare/v0.27.2...v0.28.0) - 2025-12-26 + +### Added + +- updated .gitignore +- *(agent)* add plan mode, plan resumption, and context overflow fixes + +### Other + +- Merge pull request #238 from syncable-dev/develop +- bug(wrong ref for rig-bedrocks) wrong referenced rig-bedrock package +- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop + ## [0.27.2](https://github.com/syncable-dev/syncable-cli/compare/v0.27.1...v0.27.2) - 2025-12-23 ### Other diff --git a/Cargo.lock b/Cargo.lock index 1609106d..61f35e57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4833,7 +4833,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.27.2" +version = "0.28.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 3c1ca333..dc5313e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.27.2" +version = "0.28.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"