From aff14ea5a0c5068403266256c250511d8a555f5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:59:45 +0000 Subject: [PATCH] chore: bump version to 0.4.3 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf55b4237..3265b305b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [0.4.3] - 2026-03-26 + +### Changed + +- Unify Kimi/Codex skill naming and migrate legacy dotted Kimi dirs (#1971) +- fix(ps1): replace null-conditional operator for PowerShell 5.1 compatibility (#1975) +- chore: bump version to 0.4.2 (#1973) + ## [0.4.2] - 2026-03-25 ### Changed diff --git a/pyproject.toml b/pyproject.toml index a7b27109a..3810238ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.4.2" +version = "0.4.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 = [