Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #119 from tnull/2024-03-cut-0.1.0-alpha.2
Browse files Browse the repository at this point in the history
Cut v0.1.0-alpha.2 release
  • Loading branch information
tnull authored Mar 6, 2024
2 parents 9339a10 + 5d7e1b7 commit 6599fde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.1.0-alpha.2 - Mar. 6, 2024
This is the third alpha release of `lightning-liquidity`. It features
a number of bug fixes and performance improvements over the previous release.

Notably, it introduces service-side payment sequencing in LSPS2, ensuring
we'll only have one intercepted payment in-flight at any given point in time,
until one has paid the channel opening fee. Moreover, this release fixes a
previously introduced deadlock when being unable to parse a received message.

**Note:** This release is still considered experimental, should not be run in
production, and no compatibility guarantees are given until the release of 0.1.0.

# 0.1.0-alpha.1 - Feb. 28, 2024
This is the second alpha release of `lightning-liquidity`. It features
a number of bug fixes and performance improvements over the previous release.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightning-liquidity"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["John Cantrell <johncantrell97@gmail.com>", "Elias Rohrer <dev@tnull.de>"]
homepage = "https://lightningdevkit.org/"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6599fde

Please sign in to comment.