Skip to content

Commit 6355cec

Browse files
chore: release 0.9.4, begin 0.9.5.dev0 development (#2853)
* chore: bump version to 0.9.4 * chore: begin 0.9.5.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 141119e commit 6355cec

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.9.4] - 2026-06-04
6+
7+
### Changed
8+
9+
- feat(workflows): add JSON output for workflow run resume and status (#2814)
10+
- Update workflow-preset community catalog to v1.3.2 (#2841)
11+
- fix: recover active skills registration for extensions (#2803)
12+
- fix(cursor-agent): enable headless CLI dispatch end-to-end (-p --trust --approve-mcps --force + Windows .cmd shim resolution) (#2631)
13+
- Update Superpowers Implementation Bridge extension to v1.0.2 (#2852)
14+
- docs(agents): add PR review response guidance to AGENTS.md (#2850)
15+
- Allow `specify workflow run` to execute YAML files without a project (#2825)
16+
- feat(extensions): add --force flag to extension add for overwrite reinstall (#2530)
17+
- chore: release 0.9.3, begin 0.9.4.dev0 development (#2836)
18+
519
## [0.9.3] - 2026-06-03
620

721
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.9.4.dev0"
3+
version = "0.9.5.dev0"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)