We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44666a commit 4d0efbbCopy full SHA for 4d0efbb
2 files changed
FORK.md
@@ -75,6 +75,10 @@ git checkout -b feat/integrate-v<version>
75
76
<!-- release-please writes changelog entries below this line -->
77
78
+## 0.6.1.2 (2026-04-11)
79
+
80
+- feat: AppFolio spec-kit fork — specify-af-cli with bundled extensions
81
82
## 0.6.1.1 (2026-04-11)
83
84
- feat: AppFolio spec-kit fork — specify-af-cli with bundled extensions
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "specify-af-cli"
3
-version = "0.6.1.1"
+version = "0.6.1.2"
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