From 5b9a113f90f5fa34489b56f791014df05c60d565 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Feb 2026 04:05:56 +0000 Subject: [PATCH] chore(release): v0.7.1 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .github/banner.svg | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d30aa82..53f69f7 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "source": "./", "strict": false, "description": "Spec-driven development with quality gates. Ensures you get what you asked for.", - "version": "0.7.0", + "version": "0.7.1", "author": { "name": "ObsidianOwl", "url": "https://github.com/Obsidian-Owl" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9f365a4..46b34c4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "specwright", - "version": "0.7.0", + "version": "0.7.1", "description": "Spec-driven development with quality gates. Ensures you get what you asked for.", "author": { "name": "ObsidianOwl", diff --git a/.github/banner.svg b/.github/banner.svg index 090eab8..285e626 100644 --- a/.github/banner.svg +++ b/.github/banner.svg @@ -118,7 +118,7 @@ - v0.7.0 + v0.7.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e679e..5054473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.7.1] - 2026-02-16 + +### Changed + +- fix(hooks): use plugin root path and deterministic stop script (#34) +- docs: polish README and add contributor scaffolding (#30) + ## [0.7.0] - 2026-02-15 ### Added diff --git a/README.md b/README.md index 4e8af91..f7b9385 100644 --- a/README.md +++ b/README.md @@ -281,5 +281,5 @@ Specwright is open source under the MIT license.

- Built by ObsidianOwl · MIT License · v0.7.0 + Built by ObsidianOwl · MIT License · v0.7.1