Skip to content

Commit 5daaf23

Browse files
chore: bump version to 0.2.0
1 parent d92798d commit 5daaf23

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

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.2.0] - 2026-03-09
11+
12+
### Changed
13+
14+
- fix: sync agent list comments with actual supported agents (#1785)
15+
- feat(extensions): support multiple active catalogs simultaneously (#1720)
16+
- Pavel/add tabnine cli support (#1503)
17+
- Add Understanding extension to community catalog (#1778)
18+
- Add ralph extension to community catalog (#1780)
19+
- Update README with project initialization instructions (#1772)
20+
- feat: add review extension to community catalog (#1775)
21+
- Add fleet extension to community catalog (#1771)
22+
- Integration of Mistral vibe support into speckit (#1725)
23+
- fix: Remove duplicate options in specify.md (#1765)
24+
- fix: use global branch numbering instead of per-short-name detection (#1757)
25+
- Add Community Walkthroughs section to README (#1766)
26+
- feat(extensions): add Jira Integration to community catalog (#1764)
27+
- Add Azure DevOps Integration extension to community catalog (#1734)
28+
- Fix docs: update Antigravity link and add initialization example (#1748)
29+
- fix: wire after_tasks and after_implement hook events into command templates (#1702)
30+
- make c ignores consistent with c++ (#1747)
31+
- chore: bump version to 0.1.13 (#1746)
32+
- feat: add kiro-cli and AGENT_CONFIG consistency coverage (#1690)
33+
- feat: add verify extension to community catalog (#1726)
34+
- Add Retrospective Extension to community catalog README table (#1741)
35+
- fix(scripts): add empty description validation and branch checkout error handling (#1559)
36+
- fix: correct Copilot extension command registration (#1724)
37+
- fix(implement): remove Makefile from C ignore patterns (#1558)
38+
- Add sync extension to community catalog (#1728)
39+
- fix(checklist): clarify file handling behavior for append vs create (#1556)
40+
- fix(clarify): correct conflicting question limit from 10 to 5 (#1557)
41+
- chore: bump version to 0.1.12 (#1737)
42+
- fix: use RELEASE_PAT so tag push triggers release workflow (#1736)
43+
- fix: release-trigger uses release branch + PR instead of direct push to main (#1733)
44+
- fix: Split release process to sync pyproject.toml version with git tags (#1732)
45+
46+
1047
## [0.1.14] - 2026-03-09
1148

1249
### 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.1.14"
3+
version = "0.2.0"
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)