diff --git a/CHANGELOG.md b/CHANGELOG.md index 66457d6e..32115ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.4.0](https://github.com/syncable-dev/syncable-cli/compare/v0.3.0...v0.4.0) - 2025-06-06 + +### Other + +- Feature/condense overview with new representation ([#29](https://github.com/syncable-dev/syncable-cli/pull/29)) + ## [0.3.0](https://github.com/syncable-dev/syncable-cli/compare/v0.2.1...v0.3.0) - 2025-06-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index a612cfe3..cbdbbdbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3339,7 +3339,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.3.0" +version = "0.4.0" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d7eb9f8e..2ed96025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.3.0" +version = "0.4.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"