Skip to content

Commit 8d38fd3

Browse files
committed
chore: bump version to 0.8.0
1 parent 3cb2fd4 commit 8d38fd3

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spec-driven-steroids",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"private": true,
55
"description": "Inject spec-driven intelligence into your favorite AI Agents. Rigorous. Simple. Frictionless.",
66
"repository": {

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# spec-driven-steroids
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- Multiple enhancements and fixes since 0.7.1 release
8+
39
## 0.7.1
410

511
### Patch Changes

packages/cli/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ It supports a strict workflow:
2323
- OpenCode
2424
- Google Antigravity
2525
- OpenAI Codex
26+
- Claude Code
2627

2728
## Installation
2829

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spec-driven-steroids",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Inject Spec-Driven workflow into your favorite AI Agents. Rigorous. Simple. Frictionless.",
55
"type": "module",
66
"main": "dist/cli/index.js",

0 commit comments

Comments
 (0)