fix(release): restore the unreleased 0.6.0 train#297
Draft
Nelson Spence (Fieldnote-Echo) wants to merge 2 commits into
Draft
fix(release): restore the unreleased 0.6.0 train#297Nelson Spence (Fieldnote-Echo) wants to merge 2 commits into
Nelson Spence (Fieldnote-Echo) wants to merge 2 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Jul 19, 2026
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.
What changed
0.7.0metadata to0.6.00.6.00.6.0release section0.5.xmanifest-v1 compatibility break accurately0.6.0Why
Neither
0.6.0nor0.7.0has been published or tagged; registries still serve0.5.0. The schema-v2 and typed-verification work is unreleased work for the intended0.6.0train, so the later0.7.0release metadata was premature.This is a forward metadata correction. It deliberately keeps the schema-v2 implementation and all post-
0.5.0hardening; it does not rewrite history or back-release an older commit.Impact
Downstream consumers such as OrdinalDB can continue targeting the intended
ordvec = "0.6.0"andordvec-manifest = "0.6.0"APIs and schema-v2 behavior once the release is published.Validation
python3 tests/release_publish_invariants.pybash tests/release_signed_release_invariants.shcargo package -p ordvec --locked --allow-dirtyexperimental,test-utils, and no-default-featurescargo clippy --all-targets --all-features -- -D warningscargo fmt --all -- --checkcargo deny check