We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c39b8 commit e537126Copy full SHA for e537126
2 files changed
FORK.md
@@ -75,6 +75,11 @@ 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
+- docs: add CLAUDE.md with fork strategy and git rules
81
+- feat: AppFolio spec-kit fork — specify-af-cli with bundled extensions
82
83
## 0.6.1.1 (2026-04-11)
84
85
- 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