Skip to content

chore: release v0.5.2#450

Merged
joryirving merged 2 commits into
mainfrom
chore/release-v0.5.2
Jun 19, 2026
Merged

chore: release v0.5.2#450
joryirving merged 2 commits into
mainfrom
chore/release-v0.5.2

Conversation

@joryirving

Copy link
Copy Markdown
Contributor

Bump Dispatch package metadata to v0.5.2.

Also updates the release runbook in AGENTS.md to require hand-written release notes instead of --generate-notes (separate, prior commit on the branch).

Validation:

  • npm run lint
  • npm run typecheck
  • npm run test
  • npm run build

@its-saffron its-saffron Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

AI Automated Review

Full PR review.

Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — escalated (fast_low_confidence)

Review: chore: release v0.5.2

Summary

This PR performs a routine semantic version bump from v0.5.1 to v0.5.2, following the repository's documented release process. No actual dependency upgrades are included—the diff shows only version metadata changes in package.json and package-lock.json, plus documentation updates to AGENTS.md.

Change-by-Change Findings

package.json & package-lock.json

  • Version field bumped from 0.5.1 to 0.5.2 (patch release per semver)
  • No dependency entries were added, removed, or modified
  • Lockfile changes are limited to version string updates

AGENTS.md

  • Adds step 6: "Write release notes" with guidance to hand-write notes instead of using --generate-notes
  • Updates step 7 (formerly 6) to use --notes-file release-notes-v<version>.md instead of --generate-notes
  • These changes codify a process improvement (commit 7190646 docs(release): require hand-written release notes) that was already applied separately on this branch

Required Checks — Explicit Status

Check Status Evidence
Check for breaking API changes in updated dependencies Does not apply This PR contains NO dependency upgrades. The version bump is a metadata change only—no packages were added, removed, or updated. There are no dependency API changes to evaluate.
Run full test suite after upgrade Satisfied CI shows the "Validate" job completed with success. Per repository conventions (AGENTS.md) and CI configuration, the Validate job runs: npm run lint, npm run typecheck, npm run test, and npm run build. All checks passed.

Standards Compliance

  • ✅ Follows semver versioning (patch bump: 0.5.1 → 0.5.2)
  • ✅ Matches documented release cut process from AGENTS.md (branch naming chore/release-v*, version bump via npm version, validation steps)
  • ✅ Updates AGENTS.md to reflect process improvements for release notes
  • ✅ No secrets, no file serving changes, no auth changes, no database migrations

Linked Issue Fit

No linked issues present in this PR.

Evidence Provider Findings

None configured.

Tool Harness Findings

  • ✅ GitHub API lookup for v0.5.2 release tag returned 404 (expected—this is a pre-merge PR, the tag will be created after merge per step 7 of the release process)
  • ✅ Version strings verified as 0.5.2 in package.json and package-lock.json

Unknowns / Needs Verification

None. The CI has already validated the build, lint, typecheck, and test suite. The PR contains no actual code or dependency changes that require further verification.

Recommendation

Approve. This is a clean, low-risk release PR that follows repository conventions. The version bump is correct, documentation is updated, and CI has passed all validation checks. No changes to application behavior or dependencies are included.

@joryirving joryirving merged commit 32d56ae into main Jun 19, 2026
3 checks passed
@joryirving joryirving deleted the chore/release-v0.5.2 branch June 19, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant