Skip to content

Commit 800fe33

Browse files
chore: bump version to 0.9.3
1 parent 4028c50 commit 800fe33

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.3] - 2026-06-03
6+
7+
### Changed
8+
9+
- fix: render script command hints with active agent separator (#2649)
10+
- chore(tests): fix ruff lint violations in tests/ (#2827)
11+
- fix(workflows): validate run_id in RunState.load before touching the … (#2813)
12+
- feat(cli): implement specify self upgrade (#2475)
13+
- feat(workflows): allow resume to accept updated workflow inputs (#2815)
14+
- catalog: rename "superpowers-bridge" to "superspec" (v1.0.1) (#2772)
15+
- fix(cli): force UTF-8 stdout/stderr on Windows to prevent UnicodeEncodeError (#2817)
16+
- fix(plan): clarify quickstart validation guide scope (#2805)
17+
- chore: release 0.9.2, begin 0.9.3.dev0 development (#2823)
18+
519
## [0.9.2] - 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.3.dev0"
3+
version = "0.9.3"
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)