chore: prepare v0.1.2 release - #21
Merged
Merged
Conversation
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.
Summary
Prepare the 0.1.2 patch release from v0.1.1, including improved short-chunk XXH64 streaming and complete upstream source licensing. Public APIs, hash outputs, features, and MSRV remain unchanged.
hashcrewand its lockfile entry to 0.1.2 and finalize the dated changelog.cargo x build --lockedto compile benchmark targets, and document releasing the prepared manifest version withcargo release --package hashcrew --execute.cargo +1.85.0 x testoverrides stable for the MSRV check.The seeded XXH3 const-API investigation remains tracked in #17 for a future compatibility decision.
Validation:
cargo x lint(Clippy and rustfmt on nightly); stable feature checks and workspace build;cargo x teston stable and Rust 1.85.0; the documented throughput and streaming release-size benchmarks; andcargo release --package hashcrewdry run with stable selected. The clean 0.1.2 archive contains the complete license and inherited README. Packaged tests pass with and withoutstd, including when 0.1.0 and 0.1.1 directories remain in the build cache.