From 134af53ee83ca27cbc39ec308961e0aeab44da8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 May 2026 23:05:40 +0000 Subject: [PATCH] release: prepare release v0.0.4 --- CHANGELOG.md | 15 +++++++++++ RELEASE_BODY.md | 12 ++++++--- RELEASE_NOTES.md | 14 ++++++++++ go.mod | 2 +- go.sum | 4 +-- package.json | 2 +- .../site/content/blog/changelog/v0.0.4.mdx | 27 +++++++++++++++++++ 7 files changed, 68 insertions(+), 8 deletions(-) create mode 100644 packages/site/content/blog/changelog/v0.0.4.mdx diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c131c0c..e5a903a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. 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.0.4 - 2026-05-27 + +### 🐛 Bug Fixes + +- Default workspace + +### 📚 Documentation + +- Remove old changelog from website + +### 📦 Build System + +- Sync web assets module (#217) + ## 0.0.3 - 2026-05-27 ### ♻️ Refactoring @@ -263,6 +277,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Stabilize release e2e flows - Improve suite speed +[0.0.4]: https://github.com/compozy/agh/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/compozy/agh/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/compozy/agh/releases/tag/v0.0.2 diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md index 955018519..3db428825 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,9 +1,13 @@ -## 0.0.3 - 2026-05-27 +## 0.0.4 - 2026-05-27 -### ♻️ Refactoring +### 🐛 Bug Fixes -- Memory optimization (#215) +- Default workspace + +### 📚 Documentation + +- Remove old changelog from website ### 📦 Build System -- Sync web assets module (#210) +- Sync web assets module (#217) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bfe1e8a58..3786da3f8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,17 @@ +## 0.0.4 - 2026-05-27 + +### 🐛 Bug Fixes + +- Default workspace + +### 📚 Documentation + +- Remove old changelog from website + +### 📦 Build System + +- Sync web assets module (#217) + ## 0.0.3 - 2026-05-27 ### ♻️ Refactoring diff --git a/go.mod b/go.mod index 8413f0905..924fd6bf2 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/charmbracelet/bubbles v1.0.0 github.com/charmbracelet/bubbletea v1.3.10 github.com/coder/acp-go-sdk v0.12.2 - github.com/compozy/agh-web-assets v0.0.15 + github.com/compozy/agh-web-assets v0.0.17 github.com/creativeprojects/go-selfupdate v1.5.2 github.com/daytonaio/daytona/libs/sdk-go v0.166.0 github.com/getkin/kin-openapi v0.135.0 diff --git a/go.sum b/go.sum index 6d69d7d0d..8e823d7dc 100644 --- a/go.sum +++ b/go.sum @@ -122,8 +122,8 @@ github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb h1:EDmT6Q9Zs+SbUo github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb/go.mod h1:ZjrT6AXHbDs86ZSdt/osfBi5qfexBrKUdONk989Wnk4= github.com/coder/acp-go-sdk v0.12.2 h1:fpRJ8Z5HMSr5cZ5IywzFlFZcIxZOsto+laNVu7XelFA= github.com/coder/acp-go-sdk v0.12.2/go.mod h1:yKzM/3R9uELp4+nBAwwtkS0aN1FOFjo11CNPy37yFko= -github.com/compozy/agh-web-assets v0.0.15 h1:Gm9iav3Pcz3oea4Tx52AIhOnTEhjxb3JMl9FMjw7i2w= -github.com/compozy/agh-web-assets v0.0.15/go.mod h1:X4Gwpl8HRswrtrQqM43F4bTd+Mw7iTojtj0JkDOqRGI= +github.com/compozy/agh-web-assets v0.0.17 h1:1D7mSbleitJqB+JM/eohAab+SU9OFUHGPYyiR9WJNbQ= +github.com/compozy/agh-web-assets v0.0.17/go.mod h1:X4Gwpl8HRswrtrQqM43F4bTd+Mw7iTojtj0JkDOqRGI= github.com/coreos/go-oidc/v3 v3.16.0 h1:qRQUCFstKpXwmEjDQTIbyY/5jF00+asXzSkmkoa/mow= github.com/coreos/go-oidc/v3 v3.16.0/go.mod h1:wqPbKFrVnE90vty060SB40FCJ8fTHTxSwyXJqZH+sI8= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= diff --git a/package.json b/package.json index e0e42604d..c48ac265b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.3", + "version": "0.0.4", "private": true, "workspaces": [ "packages/ui", diff --git a/packages/site/content/blog/changelog/v0.0.4.mdx b/packages/site/content/blog/changelog/v0.0.4.mdx new file mode 100644 index 000000000..08a4f7cdb --- /dev/null +++ b/packages/site/content/blog/changelog/v0.0.4.mdx @@ -0,0 +1,27 @@ +--- +version: "v0.0.4" +date: "2026-05-27T23:04:16.000Z" +status: "alpha" +summary: "Default workspace" +added: [] +changed: + - "Remove old changelog from website" + - "Sync web assets module (#217)" +fixed: + - "Default workspace" +breaking: [] +compareUrl: "https://github.com/compozy/agh/compare/v0.0.3...v0.0.4" +--- + +Generated from release artifacts for v0.0.4. + +## Verification posture + +This generated release entry names the release gates and artifact guarantees that the AGH release workflow owns: + +- Repository gate: `make verify` covers codegen drift, Bun lint/typecheck/test/build, Go fmt/lint/test/build, and import boundaries. +- Release PR dry-run: `pr-release dry-run`, `make test-e2e-nightly`, and `make test-integration` run before the release commit is merged. +- Production release: generated release assets are validated before `goreleaser release --clean` publishes the release. +- Artifact provenance: GoReleaser signs `checksums.txt` with cosign, publishes the Sigstore bundle `checksums.txt.sigstore.json`, and generates Syft SBOMs for archives, packages, and source. + +Known limitation: this generated changelog does not claim a manual post-release install smoke or live-provider QA run unless a release note in this entry names that evidence.