From 00a86e6ecf69bc539ea24e3a8536c8e43ed8cfd5 Mon Sep 17 00:00:00 2001 From: Dorian Date: Sun, 19 Apr 2026 16:12:28 -0400 Subject: [PATCH] release(v1.6.0-alpha): smoke-test release for system-update flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No functional changes from v1.5.0-alpha — this release exists only to validate the in-app update pipeline end-to-end (manifest check → staged download → apply → restart → version bump in UI sidebar). Dropping just the manifest + artifacts; no manual deploy to the fleet. .116/.228/.253 should notice within 30 min (periodic update-check interval) and surface the update in the dashboard. Co-Authored-By: Claude Opus 4.7 (1M context) --- core/Cargo.lock | 2 +- core/archipelago/Cargo.toml | 2 +- neode-ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index e57b7b67..3236f32b 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -80,7 +80,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "archipelago" -version = "1.5.0-alpha" +version = "1.6.0-alpha" dependencies = [ "anyhow", "archipelago-container", diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index b599844c..05f330b3 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archipelago" -version = "1.5.0-alpha" +version = "1.6.0-alpha" edition = "2021" description = "Archipelago Bitcoin Node OS - Native backend" authors = ["Archipelago Team"] diff --git a/neode-ui/package.json b/neode-ui/package.json index 258ac501..8939b508 100644 --- a/neode-ui/package.json +++ b/neode-ui/package.json @@ -1,7 +1,7 @@ { "name": "neode-ui", "private": true, - "version": "1.5.0-alpha", + "version": "1.6.0-alpha", "type": "module", "scripts": { "start": "./start-dev.sh",