chore: prepare the 2.6.1 releas - #175
Merged
Merged
Conversation
Patch, not minor: nothing under interlock/ changed since v2.6.0 — griffe reports only the VERSION attribute. The release exists to refresh what PyPI serves, since a package page keeps the description and the project urls of the version that was uploaded: pypi.org still shows the README whose 31 relative links answer 404 there, and a Homepage pointing at the repository instead of the documentation. - Bump the package version from 2.6.0 to 2.6.1. - Move the current [Unreleased] changelog entries into [2.6.1] - 2026-08-17. - Update the changelog comparison links and the comparison-page release version. - Regenerate docs/llms-full.txt.
Contributor
Merging this PR will improve performance by 10.32%
Performance Changes
Tip Curious why this is faster? Comment Comparing |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
Prepare the
2.6.1patch release.2.6.0to2.6.1.[Unreleased]changelog entries into[2.6.1] - 2026-08-17.docs/llms-full.txt.Patch, not minor: nothing under
interlock/changed since v2.6.0 — the release carries documentation and packaging metadata only (#166, #173, #174), and griffe reports theVERSIONattribute as the sole public difference.It exists because a package page keeps the description and the project urls of the version that was uploaded, so none of that work is visible where it was aimed. pypi.org currently serves the README whose 31 relative links answer 404 there, and a
Homepagepointing at the repository rather than at the documentation. Checked on the built wheel:Homepage→ the documentation site, 0 relative links in the long description, state-machine diagram embedded.Checklist
uv run ruff format --checkanduv run ruff checkpassuv run mypy,uv run pyrightanduv run pyrefly checkpassdocs/) for user-facing changesCHANGELOG.md[Unreleased]updatedAdditional release checks: the package build passes (
interlock_cb-2.6.1),twine checkPASSED on both artefacts, and griffe reports only the expected publicVERSIONchange (2.6.0→2.6.1).One timing note for tagging: GitHub is currently returning
No server is currently available to service your requeston parts of its API — CodeQL and Scorecard failed that way on #174 and onmain, at the Initialize step rather than in analysis. Worth having those green before pushing the tag, so the publish job does not meet the same outage.Related issues
#166
#173
#174