chore: prepare the 0.6.0 release - #43
Merged
Merged
Conversation
A minor bump while the major version is 0, because the dependency's comparison behaviour changed materially: go-python-packaging v0.6.0 computes every version comparison from a packed integer key rather than a field-by-field walk. Nothing in this module's own API moves. Cold resolution is 2.0x to 13.4x faster and warm 1.2x to 1.9x against the production snapshot, and 4,007 resolutions produce byte-identical transcripts before and after, so the release is behaviour-preserving in the only sense that matters to a caller: same pins, same decision order, same failure text. Also inherits the upstream fix that makes a parsed Version safe to share between goroutines, which lifts a restriction this module documented on an exported API. 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 the
[Unreleased]section as0.6.0and adds the compare link. CHANGELOG only.A minor bump while the major version is 0, because the dependency's comparison behaviour changed materially — go-python-packaging v0.6.0 computes every version comparison from a packed integer key rather than a field-by-field walk. Nothing in this module's own API moves, and there are no
Breakingentries in this release.What ships
candvers,metadataand the pin set unchanged on every corpus entry; 4,007 resolutions produce byte-identical transcripts before and after.version.Versionis now safe to share between goroutines, lifting a restriction that was documented on the exportedPackageMetadata.SupportsPython. The now-unblocked parsed-version memo is tracked in Take the parsed-version memo the v0.6.0 race fix unblocks, and sweep the rationales it invalidates #42.pep440set.Containschange, both already onmain.Warm gate
The RFD 0001 Phase 3 target (warm resolution under 1 ms) is now met by 3 of 7 corpus entries —
single-no-deps(0.17 ms),small-tree(0.91 ms) andunsatisfiable(0.30 ms) — against 1 of 7 at 0.5.0. Still not met by the four larger entries.🤖 Generated with Claude Code