Prepare v0.2.0 release - #27
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
DecodeReportand the new index APICargo.lockwhile keeping registry dependencies lockedmainrequirement for real releasesRelease qualification
On the 44-physical-core Xeon E5-2699 v4 release host, all 576 timed cross-tool attempts and every byte-for-byte preflight succeeded. Across the 16 FASTQ cells, rapidgzip-rust reached:
The ordinary
Readand actual paraseq matrices also passed all single-member, sparse/dense multi-member, and BGZF cells at 1, 4, and 16 configured workers with 8 KiB and 1 MiB consumer buffers.Validation
scripts/bump_and_publish.sh --dry-run 0.2.0passed from this clean branch. It temporarily bumped all workspace packages to 0.2.0, then completed locked checks, formatting, clippy with warnings denied, all-target tests, warning-free rustdocs, and crates.io package verification forrapidgzip-coreandrapidgzip-rust-cli. Both uploads were aborted by Cargo's dry-run mode, and the version files were restored.This PR does not publish crates, create a tag, or create a GitHub release. After merge, the real release still requires an explicit invocation from clean
main.