From e5fffafeb5dd7dfc768e223ca2404916d352e93f Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:23:15 +0100 Subject: [PATCH] chore: release v0.29.4 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a98e19..56f60953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.29.4](https://github.com/syncable-dev/syncable-cli/compare/v0.29.3...v0.29.4) - 2025-12-29 + +### Added + +- *(linters)* add native Rust kubelint and helmlint tools +- updated rust crate or hashtags + +### Other + +- Merge pull request #250 from syncable-dev/develop + ## [0.29.3](https://github.com/syncable-dev/syncable-cli/compare/v0.29.2...v0.29.3) - 2025-12-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index 59223b31..660952f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4829,7 +4829,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.29.3" +version = "0.29.4" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 942508b3..590cfeb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.29.3" +version = "0.29.4" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"