We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e633ad commit adc61cfCopy full SHA for adc61cf
2 files changed
FORK.md
@@ -101,6 +101,10 @@ git checkout -b feat/integrate-v<version>
101
102
<!-- release-please writes changelog entries below this line -->
103
104
+## 0.6.1.4 (2026-04-11)
105
+
106
+- feat: add af-stable branch for end-user installs
107
108
## 0.6.1.3 (2026-04-11)
109
110
- docs: add CLAUDE.md with fork strategy and testing
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "specify-af-cli"
3
-version = "0.6.1.3"
+version = "0.6.1.4"
4
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
5
requires-python = ">=3.11"
6
dependencies = [
0 commit comments