Skip to content

Commit

Permalink
Revert "Prepare release 0.13.2 (#1694)" (#1699)
Browse files Browse the repository at this point in the history
This reverts commit 415323e.
  • Loading branch information
binarybaron authored Jul 1, 2024
1 parent 26109d6 commit 6c1b85e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.2] - 2024-07-01

- CLI: Buffer received transfer proofs for later processing if we're currently running a different swap
- CLI: We now display the reason for a failed cancel-refund operation to the user (#683)

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

[unreleased]: https://github.com/comit-network/xmr-btc-swap/compare/0.13.2...HEAD
[0.13.2]: https://github.com/comit-network/xmr-btc-swap/compare/0.13.1...0.13.2
[unreleased]: https://github.com/comit-network/xmr-btc-swap/compare/0.13.1...HEAD
[0.13.1]: https://github.com/comit-network/xmr-btc-swap/compare/0.13.0...0.13.1
[0.13.0]: https://github.com/comit-network/xmr-btc-swap/compare/0.12.3...0.13.0
[0.12.3]: https://github.com/comit-network/xmr-btc-swap/compare/0.12.2...0.12.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swap"
version = "0.13.2"
version = "0.13.1"
authors = [ "The COMIT guys <[email protected]>" ]
edition = "2021"
description = "XMR/BTC trustless atomic swaps."
Expand Down

0 comments on commit 6c1b85e

Please sign in to comment.