Release 1.2.0: bump version so the merged fixes actually ship#18
Merged
Conversation
PyPI 1.1.2 was published at 06:55Z today, before the unit/estimate (#7-#9), exact-numeric (#11), condition (#14), rate-limit (#12) and OpenAlex (#13) fixes landed (12:58-13:24Z). The version was never bumped, so those fixes are unreleased and `pip install ref-verify` still serves pre-fix code. - pyproject: 1.1.2 -> 1.2.0 (MINOR: new check-file/OpenAlex features, fixes) - CHANGELOG: promote the Unreleased block to [1.2.0] This lets the publish-pypi workflow ship the fixes that are already on main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Why
PyPI
1.1.2was published at 06:55Z today. The unit/estimate (#7–#9), exact-numeric (#11), condition (#14), rate-limit (#12) and OpenAlex (#13) fixes all merged after that (12:58–13:24Z), and the version was never bumped. So those fixes are unreleased —pip install ref-verifystill serves pre-fix code (over-acceptance live, no OpenAlex, no unit/condition fixes).This blocks any "install and try it" announcement: a new user would
pip installthe buggy version.What
pyproject.toml:1.1.2 → 1.2.0(MINOR — newcheck-file/OpenAlex features + fixes, backward compatible).CHANGELOG.md: promote the existingUnreleasedblock to[1.2.0] — 2026-06-08, leave a fresh emptyUnreleased.No code changes — this is release plumbing so the
publish-pypiworkflow can ship what is already onmain.After merge
Tag/publish
1.2.0sopip install ref-verifymatchesmain. Recommended to hold the public "go use it" post until the open false-PARTIAL items (#10, #16, #17) also land — see the CLI regression gate in #15 for the objective green signal.