Skip to content

changelog: cut 0.5.0 for the two exec fixes fountain needs - #21

Merged
jhgaylor merged 1 commit into
mainfrom
changelog-0.5.0
Aug 7, 2026
Merged

changelog: cut 0.5.0 for the two exec fixes fountain needs#21
jhgaylor merged 1 commit into
mainfrom
changelog-0.5.0

Conversation

@jhgaylor

@jhgaylor jhgaylor commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

#19 and #20 both merged after v0.4.1 was tagged, so no released image carries
either
. latest and 0.4.1 are byte-identical manifests, and release.yml
only fires on a v* tag, so merging to main published nothing.

Neither PR added a changelog entry, and just release refuses without a
## [0.5.0] section — so this is step 1 of RELEASING.md, to unblock the tag.

Why minor, not patch

Per RELEASING.md, pre-1.0 minor bumps carry new endpoints / behavior. Both
qualify: an unupgraded GET on the exec path is a new response, and holding an
unrecognised command open changes exec's lifetime for clients that reach that
branch.

Downstream

This is what INTENTIUS/fountain-ops
is 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 has
already 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.0 once the image publishes and report the numbers.

🤖 Generated with Claude Code

#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>
@jhgaylor
jhgaylor merged commit 3a6741d into main Aug 7, 2026
2 checks passed
@jhgaylor
jhgaylor deleted the changelog-0.5.0 branch August 7, 2026 05:21
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