From 2656ee1df71e0186999fa078f42b701c96fe739a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:11:58 +0000 Subject: [PATCH 1/2] chore: bump version to 0.3.0 --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89918e4c4..129f464b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,62 @@ Recent changes to the Specify CLI and templates are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0] - 2026-03-13 + +### Changed + +- feat(presets): Pluggable preset system with catalog, resolver, and skills propagation (#1787) +- fix: match 'Last updated' timestamp with or without bold markers (#1836) +- Add specify doctor command for project health diagnostics (#1828) +- fix: harden bash scripts against shell injection and improve robustness (#1809) +- fix: clean up command templates (specify, analyze) (#1810) +- fix: migrate Qwen Code CLI from TOML to Markdown format (#1589) (#1730) +- fix(cli): deprecate explicit command support for agy (#1798) (#1808) +- Add /selftest.extension core extension to test other extensions (#1758) +- feat(extensions): Quality of life improvements for RFC-aligned catalog integration (#1776) +- Add Java brownfield walkthrough to community walkthroughs (#1820) +- chore: bump version to 0.2.1 (#1813) +- Added February 2026 newsletter (#1812) +- feat: add Kimi Code CLI agent support (#1790) +- docs: fix broken links in quickstart guide (#1759) (#1797) +- docs: add catalog cli help documentation (#1793) (#1794) +- fix: use quiet checkout to avoid exception on git checkout (#1792) +- feat(extensions): support .extensionignore to exclude files during install (#1781) +- feat: add Codex support for extension command registration (#1767) +- chore: bump version to 0.2.0 (#1786) +- fix: sync agent list comments with actual supported agents (#1785) +- feat(extensions): support multiple active catalogs simultaneously (#1720) +- Pavel/add tabnine cli support (#1503) +- Add Understanding extension to community catalog (#1778) +- Add ralph extension to community catalog (#1780) +- Update README with project initialization instructions (#1772) +- feat: add review extension to community catalog (#1775) +- Add fleet extension to community catalog (#1771) +- Integration of Mistral vibe support into speckit (#1725) +- fix: Remove duplicate options in specify.md (#1765) +- fix: use global branch numbering instead of per-short-name detection (#1757) +- Add Community Walkthroughs section to README (#1766) +- feat(extensions): add Jira Integration to community catalog (#1764) +- Add Azure DevOps Integration extension to community catalog (#1734) +- Fix docs: update Antigravity link and add initialization example (#1748) +- fix: wire after_tasks and after_implement hook events into command templates (#1702) +- make c ignores consistent with c++ (#1747) +- chore: bump version to 0.1.13 (#1746) +- feat: add kiro-cli and AGENT_CONFIG consistency coverage (#1690) +- feat: add verify extension to community catalog (#1726) +- Add Retrospective Extension to community catalog README table (#1741) +- fix(scripts): add empty description validation and branch checkout error handling (#1559) +- fix: correct Copilot extension command registration (#1724) +- fix(implement): remove Makefile from C ignore patterns (#1558) +- Add sync extension to community catalog (#1728) +- fix(checklist): clarify file handling behavior for append vs create (#1556) +- fix(clarify): correct conflicting question limit from 10 to 5 (#1557) +- chore: bump version to 0.1.12 (#1737) +- fix: use RELEASE_PAT so tag push triggers release workflow (#1736) +- fix: release-trigger uses release branch + PR instead of direct push to main (#1733) +- fix: Split release process to sync pyproject.toml version with git tags (#1732) + + ## [Unreleased] ### Added diff --git a/pyproject.toml b/pyproject.toml index 04a6791ad..cdbad2e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.2.1" +version = "0.3.0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [ From 9b10d440b1de76dc51f277b13df4fd584863d8ca Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:14:46 -0500 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129f464b1..4b1b6a47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,41 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- feat(presets): Pluggable preset system with catalog, resolver, and skills propagation (#1787) -- fix: match 'Last updated' timestamp with or without bold markers (#1836) -- Add specify doctor command for project health diagnostics (#1828) -- fix: harden bash scripts against shell injection and improve robustness (#1809) -- fix: clean up command templates (specify, analyze) (#1810) -- fix: migrate Qwen Code CLI from TOML to Markdown format (#1589) (#1730) -- fix(cli): deprecate explicit command support for agy (#1798) (#1808) -- Add /selftest.extension core extension to test other extensions (#1758) -- feat(extensions): Quality of life improvements for RFC-aligned catalog integration (#1776) -- Add Java brownfield walkthrough to community walkthroughs (#1820) -- chore: bump version to 0.2.1 (#1813) -- Added February 2026 newsletter (#1812) -- feat: add Kimi Code CLI agent support (#1790) -- docs: fix broken links in quickstart guide (#1759) (#1797) -- docs: add catalog cli help documentation (#1793) (#1794) -- fix: use quiet checkout to avoid exception on git checkout (#1792) -- feat(extensions): support .extensionignore to exclude files during install (#1781) -- feat: add Codex support for extension command registration (#1767) -- chore: bump version to 0.2.0 (#1786) -- fix: sync agent list comments with actual supported agents (#1785) -- feat(extensions): support multiple active catalogs simultaneously (#1720) -- Pavel/add tabnine cli support (#1503) -- Add Understanding extension to community catalog (#1778) -- Add ralph extension to community catalog (#1780) -- Update README with project initialization instructions (#1772) -- feat: add review extension to community catalog (#1775) -- Add fleet extension to community catalog (#1771) -- Integration of Mistral vibe support into speckit (#1725) -- fix: Remove duplicate options in specify.md (#1765) -- fix: use global branch numbering instead of per-short-name detection (#1757) -- Add Community Walkthroughs section to README (#1766) -- feat(extensions): add Jira Integration to community catalog (#1764) -- Add Azure DevOps Integration extension to community catalog (#1734) -- Fix docs: update Antigravity link and add initialization example (#1748) -- fix: wire after_tasks and after_implement hook events into command templates (#1702) +- No changes have been documented for this release yet. + + - make c ignores consistent with c++ (#1747) - chore: bump version to 0.1.13 (#1746) - feat: add kiro-cli and AGENT_CONFIG consistency coverage (#1690)