Skip to content

Commit 98e135c

Browse files
authored
Merge pull request #9 from Jonas-Construction-Software/chore/release-v0.1.20
chore: bump version to 0.1.20
2 parents cb27029 + 4561940 commit 98e135c

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,44 @@ 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+
- 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

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)