Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/release-notes/v0.11.0-rocket-fuel.md
Original file line number Diff line number Diff line change
@@ -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`.
Loading