chore: release main - #255
Open
StefanSteiner wants to merge 2 commits into
Open
Conversation
StefanSteiner
force-pushed
the
release-please--branches--main
branch
from
September 6, 2026 02:03
f5fa09a to
3025421
Compare
StefanSteiner
force-pushed
the
release-please--branches--main
branch
from
September 6, 2026 02:23
d6b31d9 to
87ceb1e
Compare
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.
🤖 I have created a release beep boop
1.0.0-rc.2
1.0.0-rc.2 (2026-09-06)
⚠ BREAKING CHANGES
PinnedRelease::build_idandInstalledHyperd::build_id— use.version,now the only release identifier, plus the new
PinnedRelease::wheel_tag_for(Platform)for the per-platform wheel tag.PinnedRelease::version_tag()— use.version. It existed only to join theversion and the build id into
0.0.26479.r96880f6a; there is no build idleft to join.
VersionSource::ScrapeLatestand thescrapemodule — deleted with noreplacement. With a constructible URL and PyPI-published digests there is
nothing left to discover.
Error::Http,Error::HttpStatusandError::ScrapeFailed— all threeexisted only to serve the scraper.
Error::MissingWheelTagis new, becauseurl::build_download_urlis now fallible.--latestCLI flag — no replacement, it is deleted along with thescraper it drove. Pass
--version Xor--version-file PATHinstead.--build-idCLI flag — it simply goes away. Wheel URLs need no buildid, so
--version Xon its own is now a complete version source: itinherits the builtin pin's
[wheel_tag]values and carries no digests, sothe download is unverified and logs a WARN. Use
--version-filewith a fullpin when you need verified bytes.
regex,reqwestandrustlsdependencies — no in-process HTTP clientremains, which also retires the rustls crypto-provider workaround.
Features
Bug Fixes
Miscellaneous Chores
This PR was generated with Release Please. See documentation.