Skip to content

Commit 3774da7

Browse files
unstoppableswap-bottyUnstoppableSwap Botty
authored andcommitted
Prepare release 1.0.0-rc.21 (#318)
Co-authored-by: UnstoppableSwap Botty <[email protected]>
1 parent 8925bc8 commit 3774da7

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.0.0-rc.21] - 2025-05-15
11+
1012
## [1.0.0-rc.20] - 2025-05-14
1113

1214
- GUI: Added introduction flow for first-time users
@@ -463,7 +465,8 @@ It is possible to migrate critical data from the old db to the sqlite but there
463465
- 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.
464466
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
465467

466-
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.20...HEAD
468+
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.21...HEAD
469+
[1.0.0-rc.21]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.20...1.0.0-rc.21
467470
[1.0.0-rc.20]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.19...1.0.0-rc.20
468471
[1.0.0-rc.19]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.18...1.0.0-rc.19
469472
[1.0.0-rc.18]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.17...1.0.0-rc.18

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

0 commit comments

Comments
 (0)