docs(changelog): retitle Unreleased to 0.13.0 (released 2026-07-30) - #61
Open
mavaali wants to merge 1 commit into
Open
docs(changelog): retitle Unreleased to 0.13.0 (released 2026-07-30)#61mavaali wants to merge 1 commit into
mavaali wants to merge 1 commit into
Conversation
Release commit bf97990 bumped pyproject.toml to 0.13.0 but left the changelog entries under [Unreleased]. Retitle the section to [0.13.0] - 2026-07-30 and add a fresh empty [Unreleased] above it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Reviewed for correctness against the invariants in GUIDE.md / docs/boundary-contract-spec.md (write allowlist/floor/ceiling, staging pivot, spend-fails-closed, Third Umpire grading, selftest coverage, red-team tests, core-vs-overlay boundary) — none of those apply here, this PR only retitles
No correctness, simplification, or efficiency findings. LGTM. |
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.
Release commit bf97990 (
chore: release v0.13.0, #58) bumpedpyproject.tomlto 0.13.0 but never retitled the## [Unreleased]section in CHANGELOG.md, leaving all 0.13.0-era entries under Unreleased.This retitles the section to
## [0.13.0] - 2026-07-30(the release date of bf97990) and adds a fresh empty## [Unreleased]above it, matching the file's Keep a Changelog conventions. CHANGELOG.md is unchanged since bf97990, so every entry in the section belongs to 0.13.0 — no post-release entries needed to stay under Unreleased.Resolves the changelog finding from the nightly maintenance sweep in #60.
🤖 Generated with Claude Code