diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f60953..26b90f24 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.29.5](https://github.com/syncable-dev/syncable-cli/compare/v0.29.4...v0.29.5) - 2025-12-30 + +### Added + +- updated gif + +### Other + +- Merge pull request #259 from syncable-dev/develop + ## [0.29.4](https://github.com/syncable-dev/syncable-cli/compare/v0.29.3...v0.29.4) - 2025-12-29 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3106863b..3acdf53e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4829,7 +4829,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.29.4" +version = "0.29.5" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index d275ec14..99a8c4ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.29.4" +version = "0.29.5" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"