Skip to content

Commit 5fbaaaa

Browse files
authored
chore: release v0.35.1
1 parent b164401 commit 5fbaaaa

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.36.0](https://github.com/syncable-dev/syncable-cli/compare/v0.35.1...v0.36.0) - 2026-03-15
10+
11+
### Fixed
12+
13+
- *(agent)* restore write/shell tools on follow-up confirmation turns
14+
- convert service Dockerfiles to multi-stage builds for ARM64 compatibility
15+
16+
### Other
17+
18+
- Merge pull request #301 from syncable-dev/develop
19+
- hallucinated project_id
20+
921
## [0.35.1](https://github.com/syncable-dev/syncable-cli/compare/v0.35.0...v0.35.1) - 2026-02-20
1022

1123
### 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.35.1"
3+
version = "0.36.0"
44
edition = "2024"
55
rust-version = "1.88" # MSRV - AWS SDK requires 1.88
66
authors = ["Syncable Team"]

0 commit comments

Comments
 (0)