Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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

## 0.0.3 - 2026-05-27

### ♻️ Refactoring
Expand Down Expand Up @@ -263,6 +273,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

Expand Down
10 changes: 5 additions & 5 deletions RELEASE_BODY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 0.0.3 - 2026-05-27
## 0.0.4 - 2026-05-27

### ♻️ Refactoring
### 🐛 Bug Fixes

- Memory optimization (#215)
- Default workspace

### 📦 Build System
### 📚 Documentation

- Sync web assets module (#210)
- Remove old changelog from website
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.0.4 - 2026-05-27

### 🐛 Bug Fixes

- Default workspace

### 📚 Documentation

- Remove old changelog from website

## 0.0.3 - 2026-05-27

### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.15
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.15 h1:Gm9iav3Pcz3oea4Tx52AIhOnTEhjxb3JMl9FMjw7i2w=
github.com/compozy/agh-web-assets v0.0.15/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=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"workspaces": [
"packages/ui",
Expand Down
26 changes: 26 additions & 0 deletions packages/site/content/blog/changelog/v0.0.4.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
version: "v0.0.4"
date: "2026-05-27T22:58:13.000Z"
status: "alpha"
summary: "Default workspace"
added: []
changed:
- "Remove old changelog from website"
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.
Loading