Skip to content

Commit 107cab9

Browse files
chore: bump version to 0.1.20
1 parent cb27029 commit 107cab9

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

CHANGELOG.md

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

1249
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)