diff --git a/.changeset/fix-cli-version-mismatch.md b/.changeset/fix-cli-version-mismatch.md deleted file mode 100644 index d52de0a0..00000000 --- a/.changeset/fix-cli-version-mismatch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fission-ai/openspec": patch ---- - -Fix CLI version mismatch and add a release guard that validates the packed tarball prints the same version as package.json via `openspec --version`. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 4320ab0d..0f348dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @fission-ai/openspec +## 0.8.1 + +### Patch Changes + +- d070d08: Fix CLI version mismatch and add a release guard that validates the packed tarball prints the same version as package.json via `openspec --version`. + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index cfbced9b..1afbb90f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "0.8.0", + "version": "0.8.1", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",