File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ Recent changes to the Specify CLI and templates are documented here.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 0.3.1] - 2026-03-17
11+
12+ ### Changed
13+
14+ - docs: add greenfield Spring Boot pirate-speak preset demo to README (#1878 )
15+ - fix(ai-skills): exclude non-speckit copilot agent markdown from skills (#1867 )
16+ - feat: add Trae IDE support as a new agent (#1817 )
17+ - feat(cli): polite deep merge for settings.json and support JSONC (#1874 )
18+ - feat(extensions,presets): add priority-based resolution ordering (#1855 )
19+ - fix(scripts): suppress stdout from git fetch in create-new-feature.sh (#1876 )
20+ - fix(scripts): harden bash scripts — escape, compat, and error handling (#1869 )
21+ - Add cognitive-squad to community extension catalog (#1870 )
22+ - docs: add Go / React brownfield walkthrough to community walkthroughs (#1868 )
23+ - chore: update DocGuard extension to v0.9.8 (#1859 )
24+ - Feature: add specify status command (#1837 )
25+ - fix(extensions): show extension ID in list output (#1843 )
26+ - feat(extensions): add Archive and Reconcile extensions to community catalog (#1844 )
27+ - feat: Add DocGuard CDD enforcement extension to community catalog (#1838 )
28+
29+
1030## [ 0.3.0] - 2026-03-13
1131
1232### Changed
Original file line number Diff line number Diff line change 11[project ]
22name = " specify-cli"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55requires-python = " >=3.11"
66dependencies = [
You can’t perform that action at this time.
0 commit comments