From 5f6e3df673e956b4cddec1b6f6b400bd1933821a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 May 2026 17:14:52 +0000 Subject: [PATCH] release: prepare release v0.0.4 --- CHANGELOG.md | 7 ++++++ RELEASE_BODY.md | 10 +++----- RELEASE_NOTES.md | 6 +++++ go.mod | 2 +- go.sum | 4 +-- package.json | 2 +- .../site/content/blog/changelog/v0.0.4.mdx | 25 +++++++++++++++++++ 7 files changed, 45 insertions(+), 11 deletions(-) create mode 100644 packages/site/content/blog/changelog/v0.0.4.mdx diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c131c0c..c67aaddef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +### 📚 Documentation + +- Remove old changelog from website + ## 0.0.3 - 2026-05-27 ### ♻️ Refactoring @@ -263,6 +269,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..6bafa3d09 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,9 +1,5 @@ -## 0.0.3 - 2026-05-27 +## 0.0.4 - 2026-05-27 -### ♻️ Refactoring +### 📚 Documentation -- Memory optimization (#215) - -### 📦 Build System - -- Sync web assets module (#210) +- Remove old changelog from website diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bfe1e8a58..28b7193f3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +## 0.0.4 - 2026-05-27 + +### 📚 Documentation + +- Remove old changelog from website + ## 0.0.3 - 2026-05-27 ### ♻️ Refactoring diff --git a/go.mod b/go.mod index b9f407efd..7031c6bf8 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.12 + github.com/compozy/agh-web-assets v0.0.14 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 0941d9642..b28180b31 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.12 h1:y7irNUdiEKSym0ZhloQ4i2ChD0ek8SQjwKDkHqPEhzU= -github.com/compozy/agh-web-assets v0.0.12/go.mod h1:X4Gwpl8HRswrtrQqM43F4bTd+Mw7iTojtj0JkDOqRGI= +github.com/compozy/agh-web-assets v0.0.14 h1:jvwu90dczQNth6pZthkXSSSKdR5nsks/kMrViUbiVTY= +github.com/compozy/agh-web-assets v0.0.14/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..1f6f74869 --- /dev/null +++ b/packages/site/content/blog/changelog/v0.0.4.mdx @@ -0,0 +1,25 @@ +--- +version: "v0.0.4" +date: "2026-05-27T17:13:39.000Z" +status: "alpha" +summary: "Remove old changelog from website" +added: [] +changed: + - "Remove old changelog from website" +fixed: [] +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.