Skip to content

Commit 0f1cbd7

Browse files
chore: bump version to 0.2.1 (#1813)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec60c5b commit 0f1cbd7

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,51 @@ 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.2.1] - 2026-03-11
11+
12+
### Changed
13+
14+
- Added February 2026 newsletter (#1812)
15+
- feat: add Kimi Code CLI agent support (#1790)
16+
- docs: fix broken links in quickstart guide (#1759) (#1797)
17+
- docs: add catalog cli help documentation (#1793) (#1794)
18+
- fix: use quiet checkout to avoid exception on git checkout (#1792)
19+
- feat(extensions): support .extensionignore to exclude files during install (#1781)
20+
- feat: add Codex support for extension command registration (#1767)
21+
- chore: bump version to 0.2.0 (#1786)
22+
- fix: sync agent list comments with actual supported agents (#1785)
23+
- feat(extensions): support multiple active catalogs simultaneously (#1720)
24+
- Pavel/add tabnine cli support (#1503)
25+
- Add Understanding extension to community catalog (#1778)
26+
- Add ralph extension to community catalog (#1780)
27+
- Update README with project initialization instructions (#1772)
28+
- feat: add review extension to community catalog (#1775)
29+
- Add fleet extension to community catalog (#1771)
30+
- Integration of Mistral vibe support into speckit (#1725)
31+
- fix: Remove duplicate options in specify.md (#1765)
32+
- fix: use global branch numbering instead of per-short-name detection (#1757)
33+
- Add Community Walkthroughs section to README (#1766)
34+
- feat(extensions): add Jira Integration to community catalog (#1764)
35+
- Add Azure DevOps Integration extension to community catalog (#1734)
36+
- Fix docs: update Antigravity link and add initialization example (#1748)
37+
- fix: wire after_tasks and after_implement hook events into command templates (#1702)
38+
- make c ignores consistent with c++ (#1747)
39+
- chore: bump version to 0.1.13 (#1746)
40+
- feat: add kiro-cli and AGENT_CONFIG consistency coverage (#1690)
41+
- feat: add verify extension to community catalog (#1726)
42+
- Add Retrospective Extension to community catalog README table (#1741)
43+
- fix(scripts): add empty description validation and branch checkout error handling (#1559)
44+
- fix: correct Copilot extension command registration (#1724)
45+
- fix(implement): remove Makefile from C ignore patterns (#1558)
46+
- Add sync extension to community catalog (#1728)
47+
- fix(checklist): clarify file handling behavior for append vs create (#1556)
48+
- fix(clarify): correct conflicting question limit from 10 to 5 (#1557)
49+
- chore: bump version to 0.1.12 (#1737)
50+
- fix: use RELEASE_PAT so tag push triggers release workflow (#1736)
51+
- fix: release-trigger uses release branch + PR instead of direct push to main (#1733)
52+
- fix: Split release process to sync pyproject.toml version with git tags (#1732)
53+
54+
1055
## [Unreleased]
1156

1257
### Added

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.2.0"
3+
version = "0.2.1"
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)