From 1214b54b8b75e6c036a4d4a96e8a362a6e7cab4c Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Wed, 31 Dec 2025 02:11:40 +0100 Subject: [PATCH] chore: release v0.30.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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"