Skip to content

Commit 56102fa

Browse files
Prepare release 1.0.0-rc.2 (#179)
1 parent 7773cbb commit 56102fa

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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.0.0-rc.2] - 2024-11-16
11+
1012
- GUI: ASBs discovered via rendezvous are now prioritized if they are running the latest version
1113
- GUI: Display up to 16 characters of the peer id of ASBs
1214

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

396-
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.1...HEAD
398+
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.2...HEAD
399+
[1.0.0-rc.2]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.1...1.0.0-rc.2
397400
[1.0.0-rc.1]: https://github.com/UnstoppableSwap/core/compare/1.0.0-alpha.3...1.0.0-rc.1
398401
[1.0.0-alpha.3]: https://github.com/UnstoppableSwap/core/compare/1.0.0-alpha.2...1.0.0-alpha.3
399402
[1.0.0-alpha.2]: https://github.com/UnstoppableSwap/core/compare/1.0.0-alpha.1...1.0.0-alpha.2

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/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.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
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.0.0-rc.1"
3+
version = "1.0.0-rc.2"
44
authors = [ "The COMIT guys <[email protected]>" ]
55
edition = "2021"
66
description = "XMR/BTC trustless atomic swaps."

0 commit comments

Comments
 (0)