docs: promote Unreleased to v0.9.2 in CHANGELOG.md - #39
Merged
Conversation
Rebased onto main, and doing two repairs the rename alone cannot. The v0.9.2 entry — the one-seam outline bridge (#37) — was never in the Unreleased section to promote. #38 wrote it INSIDE the intro HTML comment, after the "## Unreleased" that appears there in prose rather than under the heading itself, so it has been invisible on the rendered changelog since. It is lifted out and filed under its release here, and the comment is restored to the eight lines it was before. That comment now says outright where an entry goes and what happens when it goes one line too high, and it no longer claims the release workflow pushes CHANGELOG.md to main — it has opened a PR since the ruleset started refusing the push. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Lutherwaves
force-pushed
the
chore/changelog-v0.9.2
branch
from
August 21, 2026 12:58
54c87a9 to
802de91
Compare
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.
Automated by the Release workflow after cutting v0.9.2.
Moves the
## Unreleasedsection under a## v0.9.2heading.The tag and GitHub Release already exist; this only records them in
the changelog, so merging is safe whenever convenient.