diff --git a/CHANGELOG.md b/CHANGELOG.md index 199c00a2..ea2cb6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.32.0](https://github.com/syncable-dev/syncable-cli/compare/v0.31.1...v0.32.0) - 2026-01-09 + +### Added + +- updated agent store logic to better fetch and manage outputs +- upgrade rig-core to 0.28 and fix OpenAI Responses API multi-turn + +### Fixed + +- *(agent)* [**breaking**] use monorepo analyzer to detect ALL projects instead of flat analysis +- resolve clippy errors and failing tests for CI + +### Other + +- Merge pull request #270 from syncable-dev/develop +- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop + ## [0.31.1](https://github.com/syncable-dev/syncable-cli/compare/v0.31.0...v0.31.1) - 2026-01-06 ### Other diff --git a/Cargo.lock b/Cargo.lock index 34a87e19..cc7ae093 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5321,7 +5321,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.31.1" +version = "0.32.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index c7a7e8ec..7c3094e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.31.1" +version = "0.32.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"