chore(release): rong_crypto 0.6.0 and 0.6.1 patches - #46
Merged
butterflyfish merged 1 commit intoSep 11, 2026
Merged
Conversation
Bump only the packages whose behavior changed since their last publish: first rong_crypto, TaskScope on rong_core, dropped-signal parking in rong_abort, fetch abort-bridge cleanup in rong_http, the crypto feature on rong_modules, and Crypto/Storage.has types.
butterflyfish
deleted the
release/0.6.1-crypto-core-abort-http-modules
branch
September 11, 2026 13:34
8 tasks
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
Release only the packages that changed since their last publish. Selection follows the master
release-planjob (publish.sh --changed --dry-run) plus addingrong_cryptoto the publish crate lists (it was missing, so that plan could not include it).rong_crypto0.6.0 — first publish; Web Crypto subset onglobalThis.cryptorong_core0.6.1 —TaskScope/begin_task_scoperong_abort0.6.1 — dropped signal parks receivers instead of spinningrong_http0.6.1 — fetch abort-bridge ends when the transport is donerong_modules0.6.1 — optionalcryptofeature (also inall)rong_typegen0.6.1 — Crypto ambient types in thelogic-webprofile@rongjs/rong0.6.1 — crypto subset andStorage.hastypesNo workspace-wide bump. Engines,
rong,rong_rt/rong_command/rong_storage(already 0.6.1),@rongjs/rong-skill, and@rongjs/teststay put. Cargo^0.6.0accepts these 0.6.1 crates.rong_cryptostays at 0.6.0 for its first crates.io version.Validation
CIpassedMaster CI at https://github.com/LingXia-Dev/Rong/actions/runs/34591747589 already passed for this source (crypto + abort + task-scope). This PR is version/changelog/script-list only; host CI on the PR is the remaining gate.
Release Impact
CHANGELOG.mdupdatedAfter merge, run Publish Packages from
master:package_scope=allrust_selection=--changedpackage_tags=alwaysproduct_releaseempty (crate/npm tags only, nov0.6.2product tag)rong_cryptois a first publish, so crates.io Trusted Publishing is not attached yet; the workflow'sCARGO_REGISTRY_TOKENfallback is required for that crate. Configure the trusted publisher after the first upload.