diff --git a/CHANGELOG.md b/CHANGELOG.md index 19765848..933763ec 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.24.4](https://github.com/syncable-dev/syncable-cli/compare/v0.24.3...v0.24.4) - 2025-12-19 + +### Added + +- feat(ROADMAP updates) Updated Roadmap to reflect current progress + +### Other + +- bug(newline broken) Fixed a broken UI for file/folder search + ## [0.24.3](https://github.com/syncable-dev/syncable-cli/compare/v0.24.2...v0.24.3) - 2025-12-19 ### Added diff --git a/Cargo.lock b/Cargo.lock index ccb9986d..defdffb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3977,7 +3977,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.24.3" +version = "0.24.4" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 731d6d6f..d078983b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.24.3" +version = "0.24.4" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"