Skip to content

Commit 01bac41

Browse files
Prepare release 1.1.0 (#329)
1 parent e66881d commit 01bac41

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-05-19
11+
1012
- GUI: Discourage swapping with makers running `< 1.1.0-rc.3` because the bdk upgrade introduced a breaking change.
1113
- GUI: Fix an issue where the auto updater would incorrectly throw an error
1214

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

477-
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.1.0-rc.3...HEAD
479+
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.1.0...HEAD
480+
[1.1.0]: https://github.com/UnstoppableSwap/core/compare/1.1.0-rc.3...1.1.0
478481
[1.1.0-rc.3]: https://github.com/UnstoppableSwap/core/compare/1.1.0-rc.2...1.1.0-rc.3
479482
[1.1.0-rc.2]: https://github.com/UnstoppableSwap/core/compare/1.1.0-rc.1...1.1.0-rc.2
480483
[1.1.0-rc.1]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.21...1.1.0-rc.1

Cargo.lock

Lines changed: 2 additions & 2 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 = "1.1.0-rc.3"
3+
version = "1.1.0"
44
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
55
edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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": "UnstoppableSwap",
3-
"version": "1.1.0-rc.3",
3+
"version": "1.1.0",
44
"identifier": "net.unstoppableswap.gui",
55
"build": {
66
"devUrl": "http://localhost:1420",

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 = "1.1.0-rc.3"
3+
version = "1.1.0"
44
authors = [ "The COMIT guys <hello@comit.network>" ]
55
edition = "2021"
66
description = "XMR/BTC trustless atomic swaps."

0 commit comments

Comments
 (0)