chore: prepare qconnection 0.5.2 release#720
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
... and 24 files with indirect coverage changes 🚀 New features to boost your workflow:
|
metah3m
approved these changes
Jun 17, 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.
Summary
Prepare a staged member-crate release for
qconnection 0.5.2only, and mirror the gmutils tag workflow behavior by creating a GitHub Release automatically from tag-triggered CI.This PR keeps the repository/workspace release version at
0.5.1and only bumps:qconnectionpackage version to0.5.2qconnectionto0.5.2It also updates
Publish crates.iosov*tag runs create a GitHub Release after the publish step succeeds. Release notes come from the annotated tag body when present, with authentication/provenance appended like gmutils.Release plan
qconnectiononlyv0.5.2-qconnectionPublish crates.ioworkflow0.5.1are already published;qconnection 0.5.2is the only missing initialized versionTraversalis intentionally excluded from the release gate for this PR per release-operator direction.Tag notes draft
qconnection 0.5.2with connection close/termination cleanup fixes.v*tag-triggered publish runs.Verification
cargo +nightly fmt --all -- --checkcargo publish --dry-run --locked --allow-dirty -p qconnectioncargo test --workspace --all-features --all-targets -- --test-threads=1cargo +nightly clippy --all-targets --all-features -- -Dwarningscargo build --workspacecargo publish --dry-run --locked -p qconnectionpublish_selection=qconnectionruby -e 'require "yaml"; YAML.load_file(".github/workflows/publish-crates.yml"); puts "yaml ok"'git diff --check