Skip to content

Commit 0c4ad07

Browse files
authored
Merge pull request #235 from syncable-dev/release-plz-2025-12-25T23-03-24Z
chore: release v0.28.0
2 parents 41f6cc2 + f68827c commit 0c4ad07

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

107107
## [Unreleased]
108108

109+
## [0.28.0](https://github.com/syncable-dev/syncable-cli/compare/v0.27.2...v0.28.0) - 2025-12-26
110+
111+
### Added
112+
113+
- updated .gitignore
114+
- *(agent)* add plan mode, plan resumption, and context overflow fixes
115+
116+
### Other
117+
118+
- Merge pull request #238 from syncable-dev/develop
119+
- bug(wrong ref for rig-bedrocks) wrong referenced rig-bedrock package
120+
- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop
121+
109122
## [0.27.2](https://github.com/syncable-dev/syncable-cli/compare/v0.27.1...v0.27.2) - 2025-12-23
110123

111124
### 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.27.2"
3+
version = "0.28.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)