diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b90f24..a4e69910 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.30.0](https://github.com/syncable-dev/syncable-cli/compare/v0.29.5...v0.30.0) - 2025-12-31 + +### Added + +- updated cli to include auth + +### Other + +- Merge pull request #261 from syncable-dev/develop + ## [0.29.5](https://github.com/syncable-dev/syncable-cli/compare/v0.29.4...v0.29.5) - 2025-12-30 ### Added diff --git a/Cargo.lock b/Cargo.lock index 19b663b1..20d9158b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4871,7 +4871,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.29.5" +version = "0.30.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 7768fce8..7d6bee27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.29.5" +version = "0.30.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"