From 8c2483f91cc34f0ab8e2e6347d6b704e286d2aaf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Feb 2026 06:18:27 +0000 Subject: [PATCH] chore(release): v0.6.0 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .github/banner.svg | 2 +- CHANGELOG.md | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fcd7ed1..c08eb73 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.5.2", + "version": "0.6.0", "author": { "name": "ObsidianOwl", "url": "https://github.com/Obsidian-Owl" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 158f246..3d8da9c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "specwright", - "version": "0.5.2", + "version": "0.6.0", "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 9c038df..0e92bf5 100644 --- a/.github/banner.svg +++ b/.github/banner.svg @@ -118,7 +118,7 @@ - v0.5.2 + v0.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4440332..e3c4fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.6.0] - 2026-02-15 + +### Changed + +- feat(skills): adaptive intensity, session hooks, stop guard, compaction recovery (#23) + ## [0.5.2] - 2026-02-13 ### Changed