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`.