release: v0.5.1 - #84
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward changelog release-cut rename and aligns with the stated release intent.
Pull request overview
This PR cuts the release entry in the changelog by renaming ## [Unreleased] to ## [0.5.1] — 2026-09-06, preparing the repository for the v0.5.1 tag per the documented release process.
Changes:
- Renamed the CHANGELOG’s top section header from “Unreleased” to the released version “0.5.1” with today’s date.
File summaries
| File | Description |
|---|---|
| CHANGELOG.md | Renames the top changelog section from Unreleased to the v0.5.1 release heading/date. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts
## [Unreleased]as## [0.5.1] — 2026-09-06(true rename). CHANGELOG only.What 0.5.1 contains
Fixed — the
graceful shutdown: completeline could reportreason: "drained"next to a non-zero exit code when cleanup was what failed;reasonnow names what set the exit code and the drain outcome keeps its owndrainkey (#83). Theexitoption doc pointed atprocess.exitafter the default becamedeferExit.Fixed-only, no BREAKING → patch.
Release order
PROXY_REVto the merge commit and runs the umbrella E2E.v0.5.1at that commit.🤖 Generated with Claude Code