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

Commit 6599fde

Browse files
authored
Merge pull request #119 from tnull/2024-03-cut-0.1.0-alpha.2
Cut v0.1.0-alpha.2 release
2 parents 9339a10 + 5d7e1b7 commit 6599fde

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.1.0-alpha.2 - Mar. 6, 2024
2+
This is the third alpha release of `lightning-liquidity`. It features
3+
a number of bug fixes and performance improvements over the previous release.
4+
5+
Notably, it introduces service-side payment sequencing in LSPS2, ensuring
6+
we'll only have one intercepted payment in-flight at any given point in time,
7+
until one has paid the channel opening fee. Moreover, this release fixes a
8+
previously introduced deadlock when being unable to parse a received message.
9+
10+
**Note:** This release is still considered experimental, should not be run in
11+
production, and no compatibility guarantees are given until the release of 0.1.0.
12+
113
# 0.1.0-alpha.1 - Feb. 28, 2024
214
This is the second alpha release of `lightning-liquidity`. It features
315
a number of bug fixes and performance improvements over the previous release.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-liquidity"
3-
version = "0.1.0-alpha.1"
3+
version = "0.1.0-alpha.2"
44
authors = ["John Cantrell <johncantrell97@gmail.com>", "Elias Rohrer <dev@tnull.de>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)