From 71c60d5384df198268dbbd2d7946175fbba2571a Mon Sep 17 00:00:00 2001 From: Alex Holmberg <113964069+Alex793x@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:52:05 +0200 Subject: [PATCH] chore: release v0.1.5 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f03d91..bf2514b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.1.5](https://github.com/syncable-dev/syncable-cli/compare/v0.1.4...v0.1.5) - 2025-06-06 + +### Added + +- cargo lock update + +### Other + +- Feature/update dependabot ([#11](https://github.com/syncable-dev/syncable-cli/pull/11)) +- Update README.md +- Update README.md +- *(deps)* bump reqwest from 0.11.27 to 0.12.19 +- *(deps)* bump dirs from 5.0.1 to 6.0.0 +- Feature/dependabot ([#3](https://github.com/syncable-dev/syncable-cli/pull/3)) + ## [0.1.4](https://github.com/syncable-dev/syncable-cli/compare/v0.1.3...v0.1.4) - 2025-06-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5ee5ce0b..87bcd5aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3262,7 +3262,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c292aa79..ce3d6d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.1.4" +version = "0.1.5" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"