diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e98d9a..e6705bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Notable changes to the Swarm plugin. Format follows ## [Unreleased] +## [0.2.0] — 2026-08-23 + ### Added - Harvest preview now detects externally **squash-merged** (and cherry-pick-merged) slots: a clean slot whose content is already fully diff --git a/herdr-plugin.toml b/herdr-plugin.toml index ddddc6c..79997a1 100644 --- a/herdr-plugin.toml +++ b/herdr-plugin.toml @@ -1,6 +1,6 @@ id = "structupath.swarm" name = "Swarm" -version = "0.1.0" +version = "0.2.0" min_herdr_version = "0.7.4" description = "Worktree-per-agent fan-out, per-slot change visibility, and review-first harvest for parallel coding agents" platforms = ["macos", "linux"] diff --git a/package.json b/package.json index 1a9fae2..50f75a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "herdr-swarm", - "version": "0.1.0", + "version": "0.2.0", "private": true, "type": "module", "engines": { "node": ">=20" },