From dad02f2a0740118ce1fa82c8227ee49249e94312 Mon Sep 17 00:00:00 2001 From: Nikolaus Heger Date: Tue, 1 Sep 2026 11:16:34 +0800 Subject: [PATCH] docs: release notes for v0.11.0-rocket-fuel (re-fire release) Triggers the Release Tag & Publish workflow to re-create the v0.11.0-rocket-fuel tag at post-#688 main (which drops the Intel macOS build leg) and publish the release + runtime wasm that the original run failed to produce. --- docs/release-notes/v0.11.0-rocket-fuel.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/release-notes/v0.11.0-rocket-fuel.md diff --git a/docs/release-notes/v0.11.0-rocket-fuel.md b/docs/release-notes/v0.11.0-rocket-fuel.md new file mode 100644 index 00000000..e545b101 --- /dev/null +++ b/docs/release-notes/v0.11.0-rocket-fuel.md @@ -0,0 +1,15 @@ +# v0.11.0-rocket-fuel + +Runtime upgrade — `spec_version` **148**. + +This re-publishes the `v0.11.0-rocket-fuel` release. The original release run +([33463125437](https://github.com/Quantus-Network/chain/actions/runs/33463125437)) +created the tag but produced no GitHub release: the `x86_64-apple-darwin` leg +failed in **Setup macOS** on the `macos-15-intel` runner (`openssl@3: no bottle +available`) before cargo ran, and `fail-fast` cancelled the other platforms and +skipped the publish job. + +Fixed in #688 by dropping Intel macOS from the release and hotfix build +matrices, so the remaining matrix (Linux x86_64/aarch64, Apple Silicon, +Windows) and the runtime wasm publish normally. Intel Mac users are pointed at +a local build by `scripts/install-quantus-node.sh`.