diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3a5794..ae932693 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.20.0](https://github.com/syncable-dev/syncable-cli/compare/v0.19.0...v0.20.0) - 2025-12-16 + +### Added + +- updated syncable-cli + +### Other + +- Merge pull request #187 from syncable-dev/develop + ## [0.19.0](https://github.com/syncable-dev/syncable-cli/compare/v0.18.6...v0.19.0) - 2025-12-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index b5ad79b4..cd60f0ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3739,7 +3739,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.19.0" +version = "0.20.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 902e54fb..c0520871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.19.0" +version = "0.20.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"