diff --git a/CHANGELOG.md b/CHANGELOG.md index 2697dfe6..1f3a5794 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.19.0](https://github.com/syncable-dev/syncable-cli/compare/v0.18.6...v0.19.0) - 2025-12-16 + +### Added + +- Add AI agent layer with Rig framework and harden framework detection + +### Other + +- Merge pull request #185 from syncable-dev/develop + ## [0.18.6](https://github.com/syncable-dev/syncable-cli/compare/v0.18.5...v0.18.6) - 2025-11-22 ### Added diff --git a/Cargo.lock b/Cargo.lock index c5eda169..8b628147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3850,7 +3850,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.18.6" +version = "0.19.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 3da907c1..3c06f31d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.18.6" +version = "0.19.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"