From 0d79b44e5ababdbfae0bf57cb76ef7e1a588db08 Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Sat, 27 Dec 2025 20:46:18 +0100 Subject: [PATCH] chore: release v0.29.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3997d212..af0ec1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.29.1](https://github.com/syncable-dev/syncable-cli/compare/v0.29.0...v0.29.1) - 2025-12-27 + +### Other + +- update Cargo.lock dependencies + ## [0.29.0](https://github.com/syncable-dev/syncable-cli/compare/v0.28.1...v0.29.0) - 2025-12-27 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index a3992b6e..5756da2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4847,7 +4847,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.29.0" +version = "0.29.1" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index cad214ee..cb3caaab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.29.0" +version = "0.29.1" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"