Skip to content

Commit 1fed703

Browse files
unstoppableswap-bottyUnstoppableSwap Botty
andauthored
Prepare release 2.0.0-beta.1 (#392)
Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
1 parent 07f935b commit 1fed703

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+
## [2.0.0-beta.1] - 2025-06-11
11+
1012
- BREAKING PROTOCOL CHANGE: Takers/GUIs running `>= 2.0.0` will not be able to initiate new swaps with makers/asbs running `< 2.0.0`. Please upgrade as soon as possible. Already started swaps from older versions are not be affected.
1113
- Taker and Maker now collaboratively sign a `tx_refund_early` Bitcoin transaction in the negotiation phase which allows the maker to refund the Bitcoin for the taker without having to wait for the 12h cancel timelock to expire.
1214
- `tx_refund_early` will only be published if the maker has not locked their Monero yet. This allows swaps to be refunded quickly if the maker doesn't have enough funds available or their daemon is not fully synced. The taker can then use the refunded Bitcoin to start a new swap.
@@ -508,7 +510,8 @@ It is possible to migrate critical data from the old db to the sqlite but there
508510
- 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.
509511
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
510512

511-
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.1.7...HEAD
513+
[unreleased]: https://github.com/UnstoppableSwap/core/compare/2.0.0-beta.1...HEAD
514+
[2.0.0-beta.1]: https://github.com/UnstoppableSwap/core/compare/1.1.7...2.0.0-beta.1
512515
[1.1.7]: https://github.com/UnstoppableSwap/core/compare/1.1.4...1.1.7
513516
[1.1.4]: https://github.com/UnstoppableSwap/core/compare/1.1.3...1.1.4
514517
[1.1.3]: https://github.com/UnstoppableSwap/core/compare/1.1.2...1.1.3

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

0 commit comments

Comments
 (0)