release: v2.49.0
This commit is contained in:
parent
1436d8ed4a
commit
419a74672e
9 changed files with 24 additions and 9 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -6,6 +6,20 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.49.0] - 2026-03-25
|
||||
|
||||
### Added
|
||||
- add --yolo flag to /gsd auto for non-interactive project init
|
||||
|
||||
### Fixed
|
||||
- use full git log in merge tests to match trailer-based milestone IDs
|
||||
- update parallel-merge test assertion for new trailer format
|
||||
- clarify regex alternation in test assertion
|
||||
- verdict gate accepts PARTIAL for mixed/human-experience/live-runtime UATs
|
||||
|
||||
### Changed
|
||||
- move GSD metadata from commit subject scopes to git trailers
|
||||
|
||||
## [2.48.0] - 2026-03-25
|
||||
|
||||
### Added
|
||||
|
|
@ -1865,7 +1879,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
### Changed
|
||||
- License updated to MIT
|
||||
|
||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.48.0...HEAD
|
||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.49.0...HEAD
|
||||
[2.49.0]: https://github.com/gsd-build/gsd-2/compare/v2.48.0...v2.49.0
|
||||
[2.48.0]: https://github.com/gsd-build/gsd-2/compare/v2.47.0...v2.48.0
|
||||
[2.47.0]: https://github.com/gsd-build/gsd-2/compare/v2.46.1...v2.47.0
|
||||
[2.46.1]: https://github.com/gsd-build/gsd-2/compare/v2.46.0...v2.46.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-darwin-arm64",
|
||||
"version": "2.48.0",
|
||||
"version": "2.49.0",
|
||||
"description": "GSD native engine binary for macOS ARM64",
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-darwin-x64",
|
||||
"version": "2.48.0",
|
||||
"version": "2.49.0",
|
||||
"description": "GSD native engine binary for macOS Intel",
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-linux-arm64-gnu",
|
||||
"version": "2.48.0",
|
||||
"version": "2.49.0",
|
||||
"description": "GSD native engine binary for Linux ARM64 (glibc)",
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-linux-x64-gnu",
|
||||
"version": "2.48.0",
|
||||
"version": "2.49.0",
|
||||
"description": "GSD native engine binary for Linux x64 (glibc)",
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-win32-x64-msvc",
|
||||
"version": "2.48.0",
|
||||
"version": "2.49.0",
|
||||
"description": "GSD native engine binary for Windows x64 (MSVC)",
|
||||
"os": [
|
||||
"win32"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gsd-pi",
|
||||
"version": "2.48.0",
|
||||
"version": "2.49.0",
|
||||
"description": "GSD — Get Shit Done coding agent",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd/pi-coding-agent",
|
||||
"version": "2.48.0",
|
||||
"version": "2.49.0",
|
||||
"description": "Coding agent CLI (vendored from pi-mono)",
|
||||
"type": "module",
|
||||
"piConfig": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@glittercowboy/gsd",
|
||||
"version": "2.48.0",
|
||||
"version": "2.49.0",
|
||||
"piConfig": {
|
||||
"name": "gsd",
|
||||
"configDir": ".gsd"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue