File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " specify-cli"
3- version = " 0.9.3.dev0 "
3+ version = " 0.9.3"
44description = " Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55requires-python = " >=3.11"
66dependencies = [
You can’t perform that action at this time.
0 commit comments