Skip to content

Commit 68049cc

Browse files
chore: bump version to 0.1.21 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 085e9e1 commit 68049cc

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.1.21] - 2026-03-27
6+
7+
### Changed
8+
9+
- fix version detection with release trigger
10+
- Feature/upstream sync main 2026 03 25 (#10)
11+
- Update CHANGELOG.md
12+
- chore: bump version to 0.1.20
13+
- fix: use GH_TOKEN for GitHub CLI in release-trigger workflow
14+
- fix: use GITHUB_TOKEN instead of RELEASE_PAT in release-trigger workflow
15+
- test: fix download_and_extract_template mock return values
16+
- test: add missing show_banner mock to fix failing tests
17+
- fix: correct step ID references in release workflow
18+
- Add Community Walkthroughs section to README (#1766)
19+
- feat(extensions): add Jira Integration to community catalog (#1764)
20+
- Add Azure DevOps Integration extension to community catalog (#1734)
21+
- Fix docs: update Antigravity link and add initialization example (#1748)
22+
- fix: wire after_tasks and after_implement hook events into command templates (#1702)
23+
- make c ignores consistent with c++ (#1747)
24+
- chore: bump version to 0.1.13 (#1746)
25+
- feat: add kiro-cli and AGENT_CONFIG consistency coverage (#1690)
26+
- feat: add verify extension to community catalog (#1726)
27+
- Add Retrospective Extension to community catalog README table (#1741)
28+
- fix(scripts): add empty description validation and branch checkout error handling (#1559)
29+
- fix: correct Copilot extension command registration (#1724)
30+
- fix(implement): remove Makefile from C ignore patterns (#1558)
31+
- Add sync extension to community catalog (#1728)
32+
- fix(checklist): clarify file handling behavior for append vs create (#1556)
33+
- fix(clarify): correct conflicting question limit from 10 to 5 (#1557)
34+
- chore: bump version to 0.1.12 (#1737)
35+
- fix: use RELEASE_PAT so tag push triggers release workflow (#1736)
36+
- fix: release-trigger uses release branch + PR instead of direct push to main (#1733)
37+
- fix: Split release process to sync pyproject.toml version with git tags (#1732)
38+
- fix: prepend YAML frontmatter to Cursor .mdc files (#1699)
39+
- chore(deps): bump astral-sh/setup-uv from 6 to 7 (#1709)
40+
- chore(deps): bump actions/setup-python from 5 to 6 (#1710)
41+
- chore: Update outdated GitHub Actions versions (#1706)
42+
- docs: Document dual-catalog system for extensions (#1689)
43+
- Fix version command in documentation (#1685)
44+
545
## [0.1.21] - 2026-03-26
646

747
### 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.20"
3+
version = "0.1.21"
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)