Skip to content

release: Release v0.0.5#224

Closed
pedronauck wants to merge 1 commit into
mainfrom
release/v0.0.5
Closed

release: Release v0.0.5#224
pedronauck wants to merge 1 commit into
mainfrom
release/v0.0.5

Conversation

@pedronauck
Copy link
Copy Markdown
Member

@pedronauck pedronauck commented May 28, 2026

Release v0.0.5

This PR prepares the release of version v0.0.5.

Changelog

0.0.5 - 2026-05-28

♻️ Refactoring

Summary by CodeRabbit

  • Chores
    • Updated web assets dependency version.

Review Change Stack

@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agh-site Ready Ready Preview, Comment May 28, 2026 5:16pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Walkthrough

The PR updates the github.com/compozy/agh-web-assets dependency in go.mod from version v0.0.17 to v0.0.19, a minor version increment of 2 releases. No other dependencies or Go module directives are modified.

Changes

Web Assets Dependency Update

Layer / File(s) Summary
Web Assets Dependency Version Bump
go.mod
The direct requirement github.com/compozy/agh-web-assets is updated from v0.0.17 to v0.0.19.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • compozy/agh#211: Both PRs bump the github.com/compozy/agh-web-assets dependency version in go.mod.
  • compozy/agh#220: Both PRs update github.com/compozy/agh-web-assets version in go.mod as successive version increments (v0.0.15→v0.0.17 vs v0.0.17→v0.0.19).
  • compozy/agh#219: Both PRs bump the github.com/compozy/agh-web-assets dependency to a newer version in go.mod.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title directly reflects the main purpose of the changeset: preparing a release for version v0.0.5, which aligns with the PR objectives and the dependency update included in the changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.0.5

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@go.mod`:
- Line 13: The dependency bump for github.com/compozy/agh-web-assets should be
done using the Go toolchain rather than editing go.mod by hand; run `go get
github.com/compozy/agh-web-assets@v0.0.19` to update both go.mod and go.sum,
then commit the updated go.mod and go.sum changes so the repository reflects the
proper dependency update for the module github.com/compozy/agh-web-assets.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e2ddde56-0842-4211-84be-e4a777cb66f9

📥 Commits

Reviewing files that changed from the base of the PR and between 88d73e9 and 3e1f86c.

⛔ Files ignored due to path filters (6)
  • CHANGELOG.md is excluded by !**/*.md
  • RELEASE_BODY.md is excluded by !**/*.md
  • RELEASE_NOTES.md is excluded by !**/*.md
  • go.sum is excluded by !**/*.sum, !**/*.sum
  • package.json is excluded by !**/*.json
  • packages/site/content/blog/changelog/v0.0.5.mdx is excluded by !**/*.mdx
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod
github.com/charmbracelet/bubbletea v1.3.10
github.com/coder/acp-go-sdk v0.12.2
github.com/compozy/agh-web-assets v0.0.17
github.com/compozy/agh-web-assets v0.0.19
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Use go get for this dependency version bump instead of a manual go.mod edit.

Please update github.com/compozy/agh-web-assets via go get github.com/compozy/agh-web-assets@v0.0.19 and commit the resulting go.mod/go.sum changes to align with repo policy.

As per coding guidelines, "Never add dependencies by hand in go.mod — always use go get to add or update Go dependencies."

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` at line 13, The dependency bump for github.com/compozy/agh-web-assets
should be done using the Go toolchain rather than editing go.mod by hand; run
`go get github.com/compozy/agh-web-assets@v0.0.19` to update both go.mod and
go.sum, then commit the updated go.mod and go.sum changes so the repository
reflects the proper dependency update for the module
github.com/compozy/agh-web-assets.

@pedronauck
Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1779988664
  • Commit: 59f0768

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck pedronauck closed this May 28, 2026
@pedronauck pedronauck deleted the release/v0.0.5 branch May 28, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant