Skip to content

Commit af4d379

Browse files
UnstoppableSwap Bottybinarybaron
authored andcommitted
Prepare release 3.6.4
1 parent 996fe90 commit af4d379

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [3.6.4] - 2026-01-05
11+
912
- GUI: Bump GNOME Flatpak runtime to 48
1013
- GUI: Add support for subaddress in the Monero wallet (thanks to @rafael-xmr !)
1114

@@ -813,7 +816,8 @@ It is possible to migrate critical data from the old db to the sqlite but there
813816
- 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.
814817
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
815818

816-
[unreleased]: https://github.com/eigenwallet/core/compare/3.6.3...HEAD
819+
[unreleased]: https://github.com/eigenwallet/core/compare/3.6.4...HEAD
820+
[3.6.4]: https://github.com/eigenwallet/core/compare/3.6.3...3.6.4
817821
[3.6.3]: https://github.com/eigenwallet/core/compare/3.6.2...3.6.3
818822
[3.6.2]: https://github.com/eigenwallet/core/compare/3.6.1...3.6.2
819823
[3.6.1]: https://github.com/eigenwallet/core/compare/3.6.0...3.6.1

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unstoppableswap-gui-rs"
3-
version = "3.6.3"
3+
version = "3.6.4"
44
authors = ["binarybaron", "einliterflasche", "unstoppableswap"]
55
edition = "2021"
66
description = "GUI for XMR<>BTC Atomic Swaps written in Rust"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "eigenwallet",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"identifier": "net.unstoppableswap.gui",
55
"build": {
66
"devUrl": "http://localhost:1420",

swap-asb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap-asb"
3-
version = "3.6.3"
3+
version = "3.6.4"
44
authors = ["The eigenwallet guys <[email protected]>", "The COMIT guys <[email protected]>"]
55
edition = "2021"
66
description = "ASB (Automated Swap Backend) binary for XMR/BTC atomic swaps."

swap-controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap-controller"
3-
version = "3.6.3"
3+
version = "3.6.4"
44
edition = "2021"
55

66
[[bin]]

swap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap"
3-
version = "3.6.3"
3+
version = "3.6.4"
44
authors = ["The COMIT guys <[email protected]>"]
55
edition = "2021"
66
description = "XMR/BTC trustless atomic swaps."

0 commit comments

Comments
 (0)