From 7a3b569d45b1d848a152d20848aff34fff3edb6c Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Sat, 27 Dec 2025 03:33:38 +0100 Subject: [PATCH] chore: release v0.29.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 b4a076c4..3997d212 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.29.0](https://github.com/syncable-dev/syncable-cli/compare/v0.28.1...v0.29.0) - 2025-12-27 + +### Fixed + +- *(clippy)* resolve all clippy warnings across codebase + +### Other + +- fix print_with_newline clippy lint and format code + ## [0.28.1](https://github.com/syncable-dev/syncable-cli/compare/v0.28.0...v0.28.1) - 2025-12-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index c0f8306d..7ffafaaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4848,7 +4848,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.28.1" +version = "0.29.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index c5396a35..cad214ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.28.1" +version = "0.29.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"