From 36c1c3a28be6c9e0e01878b3bcc9175a1ae52c5c Mon Sep 17 00:00:00 2001 From: Gecko Botty Date: Thu, 18 Sep 2025 05:16:31 +0200 Subject: [PATCH] Prepare release 3.0.0-beta.16 (#567) Co-authored-by: UnstoppableSwap Botty --- CHANGELOG.md | 5 ++++- Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- swap/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2ce801..abca6152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0-beta.16] - 2025-09-18 + ## [3.0.0-beta.15] - 2025-09-18 ## [3.0.0-beta.14] - 2025-09-17 @@ -655,7 +657,8 @@ It is possible to migrate critical data from the old db to the sqlite but there - Fixed an issue where Alice would not verify if Bob's Bitcoin lock transaction is semantically correct, i.e. pays the agreed upon amount to an output owned by both of them. Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version. -[unreleased]: https://github.com/eigenwallet/core/compare/3.0.0-beta.15...HEAD +[unreleased]: https://github.com/eigenwallet/core/compare/3.0.0-beta.16...HEAD +[3.0.0-beta.16]: https://github.com/eigenwallet/core/compare/3.0.0-beta.15...3.0.0-beta.16 [3.0.0-beta.15]: https://github.com/eigenwallet/core/compare/3.0.0-beta.14...3.0.0-beta.15 [3.0.0-beta.14]: https://github.com/eigenwallet/core/compare/3.0.0-beta.13...3.0.0-beta.14 [3.0.0-beta.13]: https://github.com/eigenwallet/core/compare/3.0.0-beta.12...3.0.0-beta.13 diff --git a/Cargo.lock b/Cargo.lock index e1ef2eda..31679b98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13406,7 +13406,7 @@ dependencies = [ [[package]] name = "swap" -version = "3.0.0-beta.15" +version = "3.0.0-beta.16" dependencies = [ "anyhow", "arti-client", @@ -16575,7 +16575,7 @@ dependencies = [ [[package]] name = "unstoppableswap-gui-rs" -version = "3.0.0-beta.15" +version = "3.0.0-beta.16" dependencies = [ "anyhow", "dfx-swiss-sdk", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 01faa375..d1cbf1c2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unstoppableswap-gui-rs" -version = "3.0.0-beta.15" +version = "3.0.0-beta.16" authors = ["binarybaron", "einliterflasche", "unstoppableswap"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 930d1165..80d68fe3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "eigenwallet", - "version": "3.0.0-beta.15", + "version": "3.0.0-beta.16", "identifier": "net.unstoppableswap.gui", "build": { "devUrl": "http://localhost:1420", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index c45ac488..472533d0 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swap" -version = "3.0.0-beta.15" +version = "3.0.0-beta.16" authors = ["The COMIT guys "] edition = "2021" description = "XMR/BTC trustless atomic swaps."