chore(release): 0.12.2 - #599
Merged
Merged
Conversation
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.
What this is
The version-bump PR for 0.12.2, following #596's precedent exactly: one commit, every version and every
==pin moves together,uv.lockmoves with them. Perdocs/RELEASING.md, merging this (not the workflow) is what sets the version — the release workflow then refuses to change it.Patch, not a minor: since
v0.12.1the only user-facing change is #598. No new interfaces, so the patch is right.What ships in 0.12.2
Enumerated from
git log --oneline v0.12.1..HEAD:rxandstroke-width. Test-first (The header is a brand, not a word: logo, click-to-home, theme toggle, and a mode badge #597's799ed11pinned the header brand, toggle, and mode badge before the feature landed).Files bumped
pyproject.toml—version0.12.1 → 0.12.2, plus the three sibling pins (keel-core,keel-broker-api,keel-broker-coinbase)packages/{keel-core,keel-broker-api,keel-broker-coinbase,keel-broker-alpaca,keel-broker-fake,keel-broker-robinhood,keel-broker-kraken}/pyproject.toml— eachversion, plus the 11 inter-package==pinsuv.lock— regenerated withuv lock; diff is exactly 8 lines (one version per distribution), no unrelated churn;uv lock --checkpasses9 files, 25 insertions, 25 deletions. Nothing else: a repo-wide grep for
0.12.1(excludinguv.lock) finds no live pins, expectations, or even inert prose left behind.Lock discipline
The trap from #422/#482, verified TDD-style: bumping only the root
pyproject.toml'sversionfirst madetests/test_packaging.pyfail exactly as designed —After completing the set (all 8 pyprojects, 14 pins,
uv lock), the same suite is green.uv.lockrides in the same commit because the release workflow checks it is current before anything else (#424).Gates
uv run pytest tests/test_packaging.py -q— 22 passeduv run pytest -q— 4437 passed, 3 skippeduv run ruff check .— all checks passeduv run mypy— no issues in 350 source filesDo not merge unreviewed: the release workflow runs next, after merge, with this same version.