From 5fbaaaa6839f9aeee4211e039eeefd60475b264d Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Sun, 15 Mar 2026 23:51:55 +0100 Subject: [PATCH] chore: release v0.35.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0dd210..2cd90203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.36.0](https://github.com/syncable-dev/syncable-cli/compare/v0.35.1...v0.36.0) - 2026-03-15 + +### Fixed + +- *(agent)* restore write/shell tools on follow-up confirmation turns +- convert service Dockerfiles to multi-stage builds for ARM64 compatibility + +### Other + +- Merge pull request #301 from syncable-dev/develop +- hallucinated project_id + ## [0.35.1](https://github.com/syncable-dev/syncable-cli/compare/v0.35.0...v0.35.1) - 2026-02-20 ### Other diff --git a/Cargo.lock b/Cargo.lock index a417997b..8f5435e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5517,7 +5517,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.35.1" +version = "0.36.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 8feadbaa..acebde36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.35.1" +version = "0.36.0" edition = "2024" rust-version = "1.88" # MSRV - AWS SDK requires 1.88 authors = ["Syncable Team"]