Automate release for v0.7.2-rsn#612
Closed
illuzen wants to merge 1 commit into
Closed
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.
Automated version bump for release v0.7.2-rsn.
https://github.com/Quantus-Network/chain/actions/runs/28500893933
Triggered by workflow run: patch
Type:
Note
Medium Risk
Bumping
spec_versionaffects chain/runtime upgrade coordination; the change is small but operators must align Wasm/native builds with spec 134.Overview
This PR is an automated release version bump for v0.7.2-rsn (patch workflow). It aligns crate versions and the on-chain runtime spec so nodes and tooling report the new release.
Package versions move from
0.7.1-q-day-2to0.7.2-rsninnode/Cargo.toml,runtime/Cargo.toml, and matchingCargo.lockentries forquantus-nodeandquantus-runtime.On-chain compatibility:
runtime/src/lib.rsbumpsVERSION.spec_versionfrom 133 to 134. That is the standard Substrate signal for a runtime upgrade; reviewers should confirm release notes / upgrade procedures match this spec bump even though this diff contains no pallet or migration code changes.Reviewed by Cursor Bugbot for commit be11929. Configure here.