@@ -7,6 +7,44 @@ Recent changes to the Specify CLI and templates are documented here.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 0.1.20] - 2026-03-08
11+
12+ ### Changed
13+
14+ - upstream merge from Spec Kit main branch (release v0.1.19)
15+ - fix: use GH_TOKEN for GitHub CLI in release-trigger workflow
16+ - fix: use GITHUB_TOKEN instead of RELEASE_PAT in release-trigger workflow
17+ - test: fix download_and_extract_template mock return values
18+ - test: add missing show_banner mock to fix failing tests
19+ - fix: correct step ID references in release workflow
20+ - Add Community Walkthroughs section to README (#1766 )
21+ - feat(extensions): add Jira Integration to community catalog (#1764 )
22+ - Add Azure DevOps Integration extension to community catalog (#1734 )
23+ - Fix docs: update Antigravity link and add initialization example (#1748 )
24+ - fix: wire after_tasks and after_implement hook events into command templates (#1702 )
25+ - make c ignores consistent with c++ (#1747 )
26+ - chore: bump version to 0.1.13 (#1746 )
27+ - feat: add kiro-cli and AGENT_CONFIG consistency coverage (#1690 )
28+ - feat: add verify extension to community catalog (#1726 )
29+ - Add Retrospective Extension to community catalog README table (#1741 )
30+ - fix(scripts): add empty description validation and branch checkout error handling (#1559 )
31+ - fix: correct Copilot extension command registration (#1724 )
32+ - fix(implement): remove Makefile from C ignore patterns (#1558 )
33+ - Add sync extension to community catalog (#1728 )
34+ - fix(checklist): clarify file handling behavior for append vs create (#1556 )
35+ - fix(clarify): correct conflicting question limit from 10 to 5 (#1557 )
36+ - chore: bump version to 0.1.12 (#1737 )
37+ - fix: use RELEASE_PAT so tag push triggers release workflow (#1736 )
38+ - fix: release-trigger uses release branch + PR instead of direct push to main (#1733 )
39+ - fix: Split release process to sync pyproject.toml version with git tags (#1732 )
40+ - fix: prepend YAML frontmatter to Cursor .mdc files (#1699 )
41+ - chore(deps): bump astral-sh/setup-uv from 6 to 7 (#1709 )
42+ - chore(deps): bump actions/setup-python from 5 to 6 (#1710 )
43+ - chore: Update outdated GitHub Actions versions (#1706 )
44+ - docs: Document dual-catalog system for extensions (#1689 )
45+ - Fix version command in documentation (#1685 )
46+
47+
1048## [ 0.1.19] - 2024-03-02
1149
1250### Changed
0 commit comments