From bed5f09274e75a5069a02e09dba0e144a325982a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Thu, 19 Feb 2026 00:44:09 +0000
Subject: [PATCH] chore(release): v0.8.0
---
.claude-plugin/marketplace.json | 2 +-
.claude-plugin/plugin.json | 2 +-
.github/banner.svg | 2 +-
CHANGELOG.md | 9 +++++++++
README.md | 2 +-
5 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index 53f69f7..bd58f6e 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.1",
+ "version": "0.8.0",
"author": {
"name": "ObsidianOwl",
"url": "https://github.com/Obsidian-Owl"
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 46b34c4..a54bc1a 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "specwright",
- "version": "0.7.1",
+ "version": "0.8.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 285e626..75d8856 100644
--- a/.github/banner.svg
+++ b/.github/banner.svg
@@ -118,7 +118,7 @@
- v0.7.1
+ v0.8.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5054473..8544f64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,15 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [0.8.0] - 2026-02-19
+
+### Changed
+
+- feat(design): add assumption surfacing and resolution to design workflow (#38)
+- fix(docs): correct inaccurate comparison claims against other plugins (#37)
+- fix: correct broken links in comparison table (#36)
+
## [0.7.1] - 2026-02-16
### Changed
diff --git a/README.md b/README.md
index d61ac12..9bbde50 100644
--- a/README.md
+++ b/README.md
@@ -279,5 +279,5 @@ Specwright is open source under the MIT license.
- Built by ObsidianOwl · MIT License · v0.7.1
+ Built by ObsidianOwl · MIT License · v0.8.0