From fd2ea0dd56a0b2fc02c32d6aa31ecc4c2f5240a8 Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:09:42 +0100 Subject: [PATCH] chore: release v0.29.5 --- 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 56f60953..26b90f24 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.5](https://github.com/syncable-dev/syncable-cli/compare/v0.29.4...v0.29.5) - 2025-12-30 + +### Added + +- updated gif + +### Other + +- Merge pull request #259 from syncable-dev/develop + ## [0.29.4](https://github.com/syncable-dev/syncable-cli/compare/v0.29.3...v0.29.4) - 2025-12-29 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3106863b..3acdf53e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4829,7 +4829,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.29.4" +version = "0.29.5" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index d275ec14..99a8c4ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.29.4" +version = "0.29.5" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"