From 682a34838c0f11444e27232b4412794b704d73e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 10:55:55 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e6dc90e..d60c293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/jamesjohnsdev/issues/compare/v0.1.0...v0.2.0) (2026-06-21) + + +### Features + +* **push:** parallelize push operations with goroutines ([311e4f6](https://github.com/jamesjohnsdev/issues/commit/311e4f605f11dea84a43788be43ee9067b6a36f6)) + + +### Bug Fixes + +* **delete:** remove snapshot only after local file deletion succeeds ([3e35045](https://github.com/jamesjohnsdev/issues/commit/3e350458d66b0f31d3cbd11cb061061db5117755)), closes [#17](https://github.com/jamesjohnsdev/issues/issues/17) + ## [0.1.0](https://github.com/jamesjohnsdev/issues/compare/v0.0.4...v0.1.0) (2026-06-21)