Skip to content

Commit f92d81b

Browse files
mnriemgithub-actions[bot]Copilot
authored
chore: bump version to 0.3.0 (#1839)
* chore: bump version to 0.3.0 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 69ee7a8 commit f92d81b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ 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.3.0] - 2026-03-13
11+
12+
### Changed
13+
14+
- No changes have been documented for this release yet.
15+
16+
<!-- Entries for 0.2.x and earlier releases are documented in their respective sections below. -->
17+
- make c ignores consistent with c++ (#1747)
18+
- chore: bump version to 0.1.13 (#1746)
19+
- feat: add kiro-cli and AGENT_CONFIG consistency coverage (#1690)
20+
- feat: add verify extension to community catalog (#1726)
21+
- Add Retrospective Extension to community catalog README table (#1741)
22+
- fix(scripts): add empty description validation and branch checkout error handling (#1559)
23+
- fix: correct Copilot extension command registration (#1724)
24+
- fix(implement): remove Makefile from C ignore patterns (#1558)
25+
- Add sync extension to community catalog (#1728)
26+
- fix(checklist): clarify file handling behavior for append vs create (#1556)
27+
- fix(clarify): correct conflicting question limit from 10 to 5 (#1557)
28+
- chore: bump version to 0.1.12 (#1737)
29+
- fix: use RELEASE_PAT so tag push triggers release workflow (#1736)
30+
- fix: release-trigger uses release branch + PR instead of direct push to main (#1733)
31+
- fix: Split release process to sync pyproject.toml version with git tags (#1732)
32+
33+
1034
## [Unreleased]
1135

1236
### 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.1"
3+
version = "0.3.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)