Skip to content

Commit ed2e832

Browse files
Version Packages (#503)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9db74aa commit ed2e832

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/opsx-verify-skill.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @fission-ai/openspec
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- **`/opsx:verify` command** — Validate that change implementations match their specifications
10+
11+
### Bug Fixes
12+
13+
- Fixed vitest process storms by capping worker parallelism
14+
- Fixed agent workflows to use non-interactive mode for validation commands
15+
- Fixed PowerShell completions generator to remove trailing commas
16+
317
## 0.19.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fission-ai/openspec",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "AI-native system for spec-driven development",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)