diff --git a/CHANGELOG.md b/CHANGELOG.md index af0ec1c8..b3829c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.29.2](https://github.com/syncable-dev/syncable-cli/compare/v0.29.1...v0.29.2) - 2025-12-27 + +### Other + +- Merge pull request #246 from syncable-dev/develop +- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop +- *(bedrock)* inline rig-bedrock module for crates.io compatibility + ## [0.29.1](https://github.com/syncable-dev/syncable-cli/compare/v0.29.0...v0.29.1) - 2025-12-27 ### Other diff --git a/Cargo.lock b/Cargo.lock index f2afc605..389caa4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4829,7 +4829,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.29.1" +version = "0.29.2" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 5e18f9fa..be9911e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.29.1" +version = "0.29.2" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"