Skip to content

Commit aff14ea

Browse files
chore: bump version to 0.4.3
1 parent ccc44dd commit aff14ea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.4.3] - 2026-03-26
6+
7+
### Changed
8+
9+
- Unify Kimi/Codex skill naming and migrate legacy dotted Kimi dirs (#1971)
10+
- fix(ps1): replace null-conditional operator for PowerShell 5.1 compatibility (#1975)
11+
- chore: bump version to 0.4.2 (#1973)
12+
513
## [0.4.2] - 2026-03-25
614

715
### 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.4.2"
3+
version = "0.4.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)