Skip to content

Commit 06c7653

Browse files
chore: release 0.9.2, begin 0.9.3.dev0 development (#2823)
* chore: bump version to 0.9.2 * chore: begin 0.9.3.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9768b1e commit 06c7653

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.2] - 2026-06-02
6+
7+
### Changed
8+
9+
- Update agent parity governance preset catalog entry (#2777)
10+
- fix: resolve GitHub release asset API URL for private repo extension downloads (#2792)
11+
- fix: remove unsupported mode: frontmatter from Copilot skills mode (fixes #2799) (#2819)
12+
- refactor(integrations): co-locate integration commands in integrations/ domain dir (PR-5/8) (#2720)
13+
- Update Product Forge extension to v1.6.0 (#2820)
14+
- feat(workflows): add continue_on_error step field for non-halting failures (#2663)
15+
- chore: add .editorconfig for consistent code formatting (#2366)
16+
- fix(shared-infra): record skipped files in speckit.manifest.json (#2483)
17+
- chore: release 0.9.1, begin 0.9.2.dev0 development (#2818)
18+
519
## [0.9.1] - 2026-06-02
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.2.dev0"
3+
version = "0.9.3.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)