From 6fa3cc0b551a00b2bbaf87466bf47412d3d706be Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:33:41 +0200 Subject: [PATCH] chore: release v0.13.6 --- 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 a95e34ac..137a4a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.6](https://github.com/syncable-dev/syncable-cli/compare/v0.13.5...v0.13.6) - 2025-09-03 + +### Other + +- update Cargo.lock dependencies + ## [0.13.5](https://github.com/syncable-dev/syncable-cli/compare/v0.13.4...v0.13.5) - 2025-08-13 ### Other diff --git a/Cargo.lock b/Cargo.lock index eee23c30..1cd747ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3450,7 +3450,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.13.5" +version = "0.13.6" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index c1beb705..17ed5210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.13.5" +version = "0.13.6" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"