changelog: cut 0.5.0 for the two exec fixes fountain needs - #21
Merged
Conversation
#19 and #20 both merged after v0.4.1 was tagged, so no released image carries either. Neither had a changelog entry, and `just release` refuses without a `## [0.5.0]` section — this adds it so the tag can be cut. Minor rather than patch: an unupgraded GET on the exec path is new behavior, and holding an unrecognised command open changes exec's lifetime for the clients that hit that branch. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
#19 and #20 both merged after
v0.4.1was tagged, so no released image carrieseither.
latestand0.4.1are byte-identical manifests, andrelease.ymlonly fires on a
v*tag, so merging to main published nothing.Neither PR added a changelog entry, and
just releaserefuses without a## [0.5.0]section — so this is step 1 ofRELEASING.md, to unblock the tag.Why minor, not patch
Per
RELEASING.md, pre-1.0 minor bumps carry new endpoints / behavior. Bothqualify: an unupgraded
GETon the exec path is a new response, and holding anunrecognised command open changes exec's lifetime for clients that reach that
branch.
Downstream
This is what
INTENTIUS/fountain-opsis waiting on. Pinned to
spritzer:0.4.1, roughly two thirds of its turns fail:command_exited— fountain writes the prompt as stdin and the one-shot exec hasalready closed. #20's own verification says that becomes a completed turn, which
would move "completing a turn" off that repo's Does not work table.
I will re-measure against
0.5.0once the image publishes and report the numbers.🤖 Generated with Claude Code