|
2 | 2 |
|
3 | 3 | <!-- insert new changelog below this comment --> |
4 | 4 |
|
| 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 | + |
5 | 45 | ## [0.1.21] - 2026-03-26 |
6 | 46 |
|
7 | 47 | ### Changed |
|
0 commit comments