From 0b85a6808f37cb9b33327c4a39d858684fb5ced7 Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Tue, 23 Dec 2025 19:32:15 +0100 Subject: [PATCH] chore: release v0.27.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aea4934..2dfea241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.27.1](https://github.com/syncable-dev/syncable-cli/compare/v0.27.0...v0.27.1) - 2025-12-23 + +### Other + +- Merge pull request #230 from syncable-dev/develop +- Merge pull request #226 from syncable-dev/dependabot/cargo/develop/serde_json-1.0.146 +- Merge pull request #227 from syncable-dev/dependabot/cargo/develop/rustyline-17.0.2 +- *(deps)* bump rustyline from 15.0.0 to 17.0.2 + ## [0.27.0](https://github.com/syncable-dev/syncable-cli/compare/v0.26.1...v0.27.0) - 2025-12-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index 652817c4..a43735c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4846,7 +4846,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.27.0" +version = "0.27.1" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 50b35c6b..d235a451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.27.0" +version = "0.27.1" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"