Skip to content

Commit b471b5e

Browse files
mnriemgithub-actions[bot]Copilot
authored
chore: bump version to 0.3.1 (#1880)
* chore: bump version to 0.3.1 * fix: correct 0.3.1 CHANGELOG.md entries (#1882) * Initial plan * fix: correct 0.3.1 CHANGELOG.md entries - fix truncated title and remove duplicates Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent 489ced5 commit b471b5e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ 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.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

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