Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .github/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,5 @@ Specwright is open source under the MIT license.
</p>

<p align="center">
<sub>Built by <a href="https://github.com/Obsidian-Owl">ObsidianOwl</a> · MIT License · v0.7.0</sub>
<sub>Built by <a href="https://github.com/Obsidian-Owl">ObsidianOwl</a> · MIT License · v0.7.1</sub>
</p>