From d91317f1704351dbeea505e0157c77e578f298c4 Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Tue, 23 Dec 2025 23:33:10 +0100 Subject: [PATCH] chore: release v0.27.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfea241..ea57646d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.27.2](https://github.com/syncable-dev/syncable-cli/compare/v0.27.1...v0.27.2) - 2025-12-23 + +### Other + +- Merge pull request #232 from syncable-dev/develop +- Merge pull request #225 from syncable-dev/dependabot/cargo/develop/crossterm-0.29.0 + ## [0.27.1](https://github.com/syncable-dev/syncable-cli/compare/v0.27.0...v0.27.1) - 2025-12-23 ### Other diff --git a/Cargo.lock b/Cargo.lock index d18b2274..8dd97a68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4811,7 +4811,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.27.1" +version = "0.27.2" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 3307d62f..bffdd2bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.27.1" +version = "0.27.2" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"