chore(release): date 0.9.0 - #51
Merged
Merged
Conversation
Dates [Unreleased] as 0.9.0 (2026-08-28) and adds its compare link. Verified against `git diff v0.8.0..origin/main -- CHANGELOG.md` that the section contains exactly the two subheadings added since that tag (Added, Fixed) and removes none, so no already-published content is re-dated. A minor bump under the 0.x policy at the top of this file, because two changes alter observable behaviour rather than only adding surface: reqtxt now recognizes --all-releases, --only-final and --use-feature (an unrecognized option was assumed boolean, so its argument became a fabricated requirement), and a standalone --hash line is accepted rather than rejected, matching pip. Neither is a compile-time break, but both change what a caller gets from an unchanged file, which is exactly what the Breaking-in-a-minor policy exists to signal. Contents, all merged since v0.8.0: - tags: riscv64/loongarch64 floored at glibc 2.17 with the manylinux2014 alias, matching packaging (#42, #43) - marker: EvaluateUndecidable and Variables, so a caller can tell "false" from "could not decide" (#44, #47) - tags: IsCompatibleOrNewer, CompileAnyLibc, Archs/OSes (#45, #48) - reqtxt: Source on every entry, plus three pip-parity fixes (#46, #49) - deps: testify 1.12.1, x/text 0.41.0, x/crypto 0.55.0 (#50) PPM is the consumer waiting on this; it cannot vendor the closure work until there is a tag. Co-Authored-By: Claude Opus 5 (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.
Dates
[Unreleased]as 0.9.0 (2026-08-28) and adds its compare link. CHANGELOG only; no code changes.Verified against
git diff v0.8.0..origin/main -- CHANGELOG.mdthat the section contains exactly the two subheadings added since that tag (Added,Fixed) and removes none, so no already-published content is re-dated.Why a minor bump
Under the 0.x policy at the top of the file, two of these changes alter observable behaviour rather than only adding surface:
reqtxtnow recognizes--all-releases,--only-finaland--use-feature. Previously an unrecognized option was assumed boolean, so its argument was dispatched as its own line and became a fabricated requirement —--use-feature 2020-resolverproduced a package named2020-resolverfrom a valid pip file.--hashline is accepted rather than rejected, matching pip, which logs that it will be ignored and continues.Neither is a compile-time break, but both change what a caller gets from an unchanged input file, which is what the Breaking-in-a-minor policy exists to signal.
Contents since v0.8.0
tagsriscv64/loongarch64floored at glibc 2.17 with themanylinux2014alias, matching packaging (42 tags → 393/582)markerEvaluateUndecidableandVariables, so a caller can distinguish "false" from "could not decide"tagsIsCompatibleOrNewer,CompileAnyLibc,Archs/OSesreqtxtSourceon every entry and option, plus three pip-parity fixesx/text0.41.0,x/crypto0.55.0Verification
gofmtclean,go vet ./...clean, full module suite green including the packaging-generated golden fixtures and the ported PEP 440/508 conformance suites.Posit Package Manager is the consumer waiting on this: its PyPI dependency-closure work cannot vendor until there is a tag.
🤖 Generated with Claude Code