From 4d3ebaff2acfcd642aaa6280ca655ddc7f82574c Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:56:25 +0200 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd892d3..66457d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.3.0](https://github.com/syncable-dev/syncable-cli/compare/v0.2.1...v0.3.0) - 2025-06-06 + +### Added + +- Added tool install verifier with cli calls ([#14](https://github.com/syncable-dev/syncable-cli/pull/14)) + +### Other + +- Feature/extendsive docker compose and docker scan ([#25](https://github.com/syncable-dev/syncable-cli/pull/25)) +- Feature/add automatic cli update ([#22](https://github.com/syncable-dev/syncable-cli/pull/22)) +- Feature/update dependabot ([#11](https://github.com/syncable-dev/syncable-cli/pull/11)) + ## [0.2.1](https://github.com/syncable-dev/syncable-cli/compare/v0.2.0...v0.2.1) - 2025-06-06 ### Other diff --git a/Cargo.lock b/Cargo.lock index 8792ab13..32db1298 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3262,7 +3262,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.2.1" +version = "0.3.0" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 31fa8951..5f634170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.2.1" +version = "0.3.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"