From b79733172a75cb0686e98a92c09db7691cf4e44e Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 23 Aug 2026 13:17:28 +0000 Subject: [PATCH] release: version 0.2.0 Roll the unreleased changelog into 0.2.0: squash-merge detection at harvest preview, macOS + shellcheck CI, harness temp-dir sweep, and the setup-hook logging warning. Versions bumped in lockstep in herdr-plugin.toml and package.json (check-manifest enforces the match). Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01LSffk4LorDDDit18ENESsj --- CHANGELOG.md | 2 ++ herdr-plugin.toml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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" },