release: bump version to 0.2.0#19
Merged
Merged
Conversation
Bump package version 0.1.0 -> 0.2.0 (pyproject + uv.lock self-ref), relabel benchmark provenance to 0.2.0 (results JSON source + rendered validation.md/README tables + render.py doctest; optimizer core byte-identical, numbers unchanged), and add the CHANGELOG [0.2.0] entry. No API changes.
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.
Bumps
ctrl-freakfrom0.1.0to0.2.0ahead of the PyPI release.0.1.0is already published (write-once), so the bump is mandatory.Scope — exactly 7 files (version-string changes only)
pyproject.toml—version = "0.2.0"(single source;__version__is dynamic viaimportlib.metadata).uv.lock— ctrl-freak self-ref0.1.0 → 0.2.0(version-only; CI runsuv sync --locked).benchmarks/results/benchmark_results.json— provenance sourcectrl_freak: "0.2.0".docs/validation.md,benchmarks/README.md— rendered provenance cell| ctrl-freak | 0.2.0 |(kept in sync with the source; render idempotent — no figure churn).benchmarks/render.py— provenance doctest (input + expected, moved together).CHANGELOG.md— new## [0.2.0] - 2026-06-26section + link refs;[0.1.0]retained.Notes
0.1.0; the benchmark numbers remain valid, so the provenance is relabeled0.2.0for a self-consistent release.Verification (all green locally)
git grep '0\.1\.0' -- ':!planning' ':!CHANGELOG.md'→ empty.uv run python benchmarks/render.py→ no markdown diff (provenance edits == fresh render), no PNG churn.uv sync --locked✓ ·uv build→ctrl_freak-0.2.0sdist+wheel ✓.uv run pytest -q→ 525 passed, coverage 98.89% (≥90 gate) ✓ · doctests 11 passed ✓.ruff check·ruff format --check·ty checkclean ✓.