Skip to content

Commit d7834a7

Browse files
authored
Merge pull request #271 from syncable-dev/release-plz-2026-01-09T01-20-58Z
chore: release v0.32.0
2 parents c815266 + 1f466d5 commit d7834a7

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
106106

107107
## [Unreleased]
108108

109+
## [0.32.0](https://github.com/syncable-dev/syncable-cli/compare/v0.31.1...v0.32.0) - 2026-01-09
110+
111+
### Added
112+
113+
- updated agent store logic to better fetch and manage outputs
114+
- upgrade rig-core to 0.28 and fix OpenAI Responses API multi-turn
115+
116+
### Fixed
117+
118+
- *(agent)* [**breaking**] use monorepo analyzer to detect ALL projects instead of flat analysis
119+
- resolve clippy errors and failing tests for CI
120+
121+
### Other
122+
123+
- Merge pull request #270 from syncable-dev/develop
124+
- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop
125+
109126
## [0.31.1](https://github.com/syncable-dev/syncable-cli/compare/v0.31.0...v0.31.1) - 2026-01-06
110127

111128
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncable-cli"
3-
version = "0.31.1"
3+
version = "0.32.0"
44
edition = "2024"
55
authors = ["Syncable Team"]
66
description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"

0 commit comments

Comments
 (0)