From e8a371d0a3fea326710d939614085235feaa9233 Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Mon, 22 Dec 2025 17:51:59 +0200 Subject: [PATCH] chore: Bump version to 1.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 7 +++++++ plugin/.claude-plugin/plugin.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5196836..7707adb 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ "name": "ab", "source": "./plugin", "description": "Spec-driven build orchestration with git worktree isolation and session memory", - "version": "1.0.6", + "version": "1.0.7", "keywords": ["build", "spec", "automation", "worktree", "qa"] } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0fed4..418648e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to Auto-Build plugin. +## [1.0.7] - 2024-12-22 + +### Fixed +- Improved `/ab:migrate` command with clearer execution instructions +- Changed migration from `mv` to `cp` for safer data preservation +- Added explicit "Execute These Steps Immediately" section for Claude + ## [1.0.6] - 2024-12-22 ### Changed (BREAKING) diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 58805b8..2224bab 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ab", "description": "Auto-Build: Spec-driven build orchestration with worktree isolation and session memory", - "version": "1.0.6", + "version": "1.0.7", "author": { "name": "ROA2WEB Team" }