diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2cb6bb..cc015610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.32.1](https://github.com/syncable-dev/syncable-cli/compare/v0.32.0...v0.32.1) - 2026-01-11 + +### Added + +- small fixes, truncation for docker output, default bedrock model fix, and lastly shell error fixed + ## [0.32.0](https://github.com/syncable-dev/syncable-cli/compare/v0.31.1...v0.32.0) - 2026-01-09 ### Added diff --git a/Cargo.lock b/Cargo.lock index cc7ae093..65982f58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5321,7 +5321,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.32.0" +version = "0.32.1" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 7c3094e8..a35a2d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.32.0" +version = "0.32.1" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"