chore: prepare 0.2.1 release#14
Merged
Merged
Conversation
Cut 0.2.1 from the single unreleased commit since 0.2.0 (#13): the driver's runtime diagnostics now route through `tracing` with structured fields instead of `eprintln!`, and the README was rewritten from the current public API. No public API change; the read path and the cancel-safety ownership model are untouched, so this is a patch release. - bump the crate version 0.2.0 -> 0.2.1 - promote the CHANGELOG [Unreleased] section to [0.2.1] - 2026-07-11, attach the #13 reference to both entries, keep an empty [Unreleased], and add the 0.2.1 compare links - update the README install snippet to 0.2.1 Co-Authored-By: heihutu <heihutu@gmail.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.
What
Prepare the
rustfs-uring0.2.1 patch release. There is exactly one unreleased commit since the 0.2.0 tag — #13 — and this cuts it into a release.Changes since 0.2.0
tracingwith structured fields instead ofeprintln!, unifying with the RustFS tracing pipeline for filterable observability. The panic-abort barrier keeps its directstderrwrite, since a subscriber may not flush beforeabort().docs/DESIGN.mdwas removed for a single source of truth.No public API changed and the read path / cancel-safety ownership model are untouched, so this is a patch bump.
This PR
0.2.0→0.2.1(Cargo.toml, and the workspaceCargo.lockself-entry).[Unreleased]section to[0.2.1] - 2026-07-11, attaches the#13reference to both entries, keeps an empty[Unreleased], and adds the0.2.1compare links.0.2.1.Verification
cargo build(non-Linux stub) andcargo check --target x86_64-unknown-linux-gnu(compiles the Linux-only driver module) both pass.cargo clippy --target x86_64-unknown-linux-gnu --all-targets -- -D warningsis clean.0.2.1.Publish (not done here)
This PR only stages the release. Tagging
0.2.1andcargo publishare left to a maintainer after merge. Once 0.2.1 is on crates.io, the companion bump inrustfs/rustfs(#4730, currently pinning 0.2.0) can be moved to 0.2.1.