We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc44dd commit aff14eaCopy full SHA for aff14ea
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- insert new changelog below this comment -->
4
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
13
## [0.4.2] - 2026-03-25
14
15
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[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 = [
0 commit comments