diff --git a/CHANGELOG.md b/CHANGELOG.md index ae932693..6182828a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.21.0](https://github.com/syncable-dev/syncable-cli/compare/v0.20.0...v0.21.0) - 2025-12-16 + +### Added + +- updated agent layer, with better ui for interactivness + +### Other + +- Merge pull request #189 from syncable-dev/develop + ## [0.20.0](https://github.com/syncable-dev/syncable-cli/compare/v0.19.0...v0.20.0) - 2025-12-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index c96d0cce..330e1781 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3893,7 +3893,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.20.0" +version = "0.21.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 82d4cb2c..c1cb6450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.20.0" +version = "0.21.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"