From 800fe33f5917d2f2cbe14abe35e95d99b339e5e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:25:59 +0000 Subject: [PATCH] chore: bump version to 0.9.3 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b183267..fc7b242a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## [0.9.3] - 2026-06-03 + +### Changed + +- fix: render script command hints with active agent separator (#2649) +- chore(tests): fix ruff lint violations in tests/ (#2827) +- fix(workflows): validate run_id in RunState.load before touching the … (#2813) +- feat(cli): implement specify self upgrade (#2475) +- feat(workflows): allow resume to accept updated workflow inputs (#2815) +- catalog: rename "superpowers-bridge" to "superspec" (v1.0.1) (#2772) +- fix(cli): force UTF-8 stdout/stderr on Windows to prevent UnicodeEncodeError (#2817) +- fix(plan): clarify quickstart validation guide scope (#2805) +- chore: release 0.9.2, begin 0.9.3.dev0 development (#2823) + ## [0.9.2] - 2026-06-02 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 7dfd02e53..20ae59d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.9.3.dev0" +version = "0.9.3" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [