mirror of
https://github.com/github/spec-kit.git
synced 2026-03-20 12:23:09 +00:00
Compare commits
2 Commits
v0.3.2
...
chore/rele
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e91d01f15 | ||
|
|
f8f7f1c603 |
20
CHANGELOG.md
20
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/),
|
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).
|
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
|
## [0.3.0] - 2026-03-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "specify-cli"
|
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)."
|
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user