diff --git a/.changeset/config-and-completions.md b/.changeset/config-and-completions.md deleted file mode 100644 index 39107b29..00000000 --- a/.changeset/config-and-completions.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -### New Features -- Add `openspec config` command for managing global configuration settings -- Implement global config directory with XDG Base Directory specification support -- Add Oh-my-zsh shell completions support for enhanced CLI experience - -### Bug Fixes -- Fix hang in pre-commit hooks by using dynamic imports -- Respect XDG_CONFIG_HOME environment variable on all platforms -- Resolve Windows compatibility issues in zsh-installer tests -- Align cli-completion spec with implementation -- Remove hardcoded agent field from slash commands - -### Documentation -- Alphabetize AI tools list in README and make it collapsible diff --git a/CHANGELOG.md b/CHANGELOG.md index fc572d49..4a047360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @fission-ai/openspec +## 0.17.0 + +### Minor Changes + +- 2e71835: ### New Features + + - Add `openspec config` command for managing global configuration settings + - Implement global config directory with XDG Base Directory specification support + - Add Oh-my-zsh shell completions support for enhanced CLI experience + + ### Bug Fixes + + - Fix hang in pre-commit hooks by using dynamic imports + - Respect XDG_CONFIG_HOME environment variable on all platforms + - Resolve Windows compatibility issues in zsh-installer tests + - Align cli-completion spec with implementation + - Remove hardcoded agent field from slash commands + + ### Documentation + + - Alphabetize AI tools list in README and make it collapsible + ## 0.16.0 ### Minor Changes diff --git a/package.json b/package.json index 9ad409fe..10be7f43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "0.16.0", + "version": "0.17.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",