diff --git a/.changeset/opsx-verify-skill.md b/.changeset/opsx-verify-skill.md deleted file mode 100644 index 1c10d6b8..00000000 --- a/.changeset/opsx-verify-skill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -### New Features - -- **`/opsx:verify` command** — Validate that change implementations match their specifications - -### Bug Fixes - -- Fixed vitest process storms by capping worker parallelism -- Fixed agent workflows to use non-interactive mode for validation commands -- Fixed PowerShell completions generator to remove trailing commas diff --git a/CHANGELOG.md b/CHANGELOG.md index d64754e4..ed7a27eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @fission-ai/openspec +## 0.20.0 + +### Minor Changes + +- [#502](https://github.com/Fission-AI/OpenSpec/pull/502) [`9db74aa`](https://github.com/Fission-AI/OpenSpec/commit/9db74aa5ac6547efadaed795217cfa17444f2004) Thanks [@TabishB](https://github.com/TabishB)! - ### New Features + + - **`/opsx:verify` command** — Validate that change implementations match their specifications + + ### Bug Fixes + + - Fixed vitest process storms by capping worker parallelism + - Fixed agent workflows to use non-interactive mode for validation commands + - Fixed PowerShell completions generator to remove trailing commas + ## 0.19.0 ### Minor Changes diff --git a/package.json b/package.json index d36a9af7..2847a48a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "0.19.0", + "version": "0.20.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",