diff --git a/CHANGELOG.md b/CHANGELOG.md index a47992817..9fab8a3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ 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.1] - 2026-03-17 + +### Changed + +- docs: add greenfield Spring Boot pirate-speak preset demo to README (#1878) +- fix(ai-skills): exclude non-speckit copilot agent markdown from skills (#1867) +- feat: add Trae IDE support as a new agent (#1817) +- feat(cli): polite deep merge for settings.json and support JSONC (#1874) +- feat(extensions,presets): add priority-based resolution ordering (#1855) +- fix(scripts): suppress stdout from git fetch in create-new-feature.sh (#1876) +- fix(scripts): harden bash scripts — escape, compat, and error handling (#1869) +- Add cognitive-squad to community extension catalog (#1870) +- docs: add Go / React brownfield walkthrough to community walkthroughs (#1868) +- chore: update DocGuard extension to v0.9.8 (#1859) +- Feature: add specify status command (#1837) +- fix(extensions): show extension ID in list output (#1843) +- feat(extensions): add Archive and Reconcile extensions to community catalog (#1844) +- feat: Add DocGuard CDD enforcement extension to community catalog (#1838) + + ## [0.3.0] - 2026-03-13 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 322abe3a5..df200d480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.3.0" +version = "0.3.1" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [