From b6fb91d0ca2300c1458ce384a21fac199cb3ecb5 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 18 Aug 2026 23:17:20 +0100 Subject: [PATCH 1/2] chore(release): cut rc-2026.8.3 --- Cargo.lock | 7 +++---- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 390719e..027ebae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2470,7 +2470,7 @@ dependencies = [ [[package]] name = "saorsa-core" -version = "0.27.0" +version = "0.27.1-rc.1" dependencies = [ "anyhow", "async-trait", @@ -2585,9 +2585,8 @@ dependencies = [ [[package]] name = "saorsa-transport" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8dbc21ea8af08c30a0d7d66289b987f14eb22e9ff1ed32e12c4e0a07c6d49d8" +version = "0.36.1-rc.1" +source = "git+https://github.com/WithAutonomi/saorsa-transport?branch=rc-2026.8.3#0fc30febc4fc00bb9e36cf9fc228d79429b5dfc9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e0e6809..e6824dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ name = "saorsa-core" # 0.22.0: MASQUE relay data plane, upgrade saorsa-transport to 0.31.0 # 0.24.0: upgrade saorsa-transport to 0.33.0 # 0.24.1: release candidate fixes -version = "0.27.0" +version = "0.27.1-rc.1" edition = "2024" authors = ["Saorsa Labs Limited "] license = "MIT OR Apache-2.0" @@ -64,7 +64,7 @@ once_cell = "1.21" dashmap = "6" # Networking -saorsa-transport = "0.36.0" +saorsa-transport = { git = "https://github.com/WithAutonomi/saorsa-transport", branch = "rc-2026.8.3" } # Core-specific dependencies dirs = "6.0" From 522009a7523cbcc2e1e01187bc760dba16f409ff Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Wed, 26 Aug 2026 23:44:09 +0100 Subject: [PATCH 2/2] chore(release): promote rc-2026.8.3 to 0.27.1 --- Cargo.lock | 7 ++++--- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 027ebae..6ca558f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2470,7 +2470,7 @@ dependencies = [ [[package]] name = "saorsa-core" -version = "0.27.1-rc.1" +version = "0.27.1" dependencies = [ "anyhow", "async-trait", @@ -2585,8 +2585,9 @@ dependencies = [ [[package]] name = "saorsa-transport" -version = "0.36.1-rc.1" -source = "git+https://github.com/WithAutonomi/saorsa-transport?branch=rc-2026.8.3#0fc30febc4fc00bb9e36cf9fc228d79429b5dfc9" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b88d73c4afc06975511b3e757e38bb9f57481a1219d013a48ea643f4850e6f7c" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e6824dc..ff9972f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ name = "saorsa-core" # 0.22.0: MASQUE relay data plane, upgrade saorsa-transport to 0.31.0 # 0.24.0: upgrade saorsa-transport to 0.33.0 # 0.24.1: release candidate fixes -version = "0.27.1-rc.1" +version = "0.27.1" edition = "2024" authors = ["Saorsa Labs Limited "] license = "MIT OR Apache-2.0" @@ -64,7 +64,7 @@ once_cell = "1.21" dashmap = "6" # Networking -saorsa-transport = { git = "https://github.com/WithAutonomi/saorsa-transport", branch = "rc-2026.8.3" } +saorsa-transport = "0.36.1" # Core-specific dependencies dirs = "6.0"