release: v2.46.1
This commit is contained in:
parent
ab5444fec8
commit
652811212a
9 changed files with 22 additions and 9 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -6,6 +6,18 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.46.1] - 2026-03-25
|
||||
|
||||
### Fixed
|
||||
- **ci**: prevent windows-portability from blocking pipeline
|
||||
- **ci**: prevent pipeline race condition on release push
|
||||
- **gsd**: create empty DB for fresh projects with empty .gsd/ (#2510)
|
||||
- **remote-questions**: hydrate remote channel tokens from auth.json on startup
|
||||
|
||||
### Changed
|
||||
- trigger CI to pick up pipeline race condition fix
|
||||
- trigger pipeline with race condition fix
|
||||
|
||||
## [2.46.0] - 2026-03-25
|
||||
|
||||
### Added
|
||||
|
|
@ -1817,7 +1829,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.46.0...HEAD
|
||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.46.1...HEAD
|
||||
[2.46.1]: https://github.com/gsd-build/gsd-2/compare/v2.46.0...v2.46.1
|
||||
[2.46.0]: https://github.com/gsd-build/gsd-2/compare/v2.45.0...v2.46.0
|
||||
[2.45.0]: https://github.com/gsd-build/gsd-2/compare/v2.44.0...v2.45.0
|
||||
[2.44.0]: https://github.com/gsd-build/gsd-2/compare/v2.43.0...v2.44.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-darwin-arm64",
|
||||
"version": "2.46.0",
|
||||
"version": "2.46.1",
|
||||
"description": "GSD native engine binary for macOS ARM64",
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-darwin-x64",
|
||||
"version": "2.46.0",
|
||||
"version": "2.46.1",
|
||||
"description": "GSD native engine binary for macOS Intel",
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-linux-arm64-gnu",
|
||||
"version": "2.46.0",
|
||||
"version": "2.46.1",
|
||||
"description": "GSD native engine binary for Linux ARM64 (glibc)",
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-linux-x64-gnu",
|
||||
"version": "2.46.0",
|
||||
"version": "2.46.1",
|
||||
"description": "GSD native engine binary for Linux x64 (glibc)",
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-win32-x64-msvc",
|
||||
"version": "2.46.0",
|
||||
"version": "2.46.1",
|
||||
"description": "GSD native engine binary for Windows x64 (MSVC)",
|
||||
"os": [
|
||||
"win32"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gsd-pi",
|
||||
"version": "2.46.0",
|
||||
"version": "2.46.1",
|
||||
"description": "GSD — Get Shit Done coding agent",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd/pi-coding-agent",
|
||||
"version": "2.46.0",
|
||||
"version": "2.46.1",
|
||||
"description": "Coding agent CLI (vendored from pi-mono)",
|
||||
"type": "module",
|
||||
"piConfig": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@glittercowboy/gsd",
|
||||
"version": "2.46.0",
|
||||
"version": "2.46.1",
|
||||
"piConfig": {
|
||||
"name": "gsd",
|
||||
"configDir": ".gsd"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue