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

Commit 8d37a4b

Browse files
authored
Merge pull request #129 from tnull/2024-04-cut-0.1-alpha.3
Cut v0.1-alpha.3
2 parents 0f52cc6 + 3cbcd34 commit 8d37a4b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.1.0-alpha.3 - Apr. 22, 2024
2+
This is the forth alpha release of `lightning-liquidity`. It features
3+
a number of bug fixes and performance improvements over the previous release.
4+
5+
In particular, it introduces the final breaking changes of the LSPS2 spec that
6+
is close to finalization, and fixes a number of serialization-related bugs.
7+
8+
**Note:** This release is still considered experimental, should not be run in
9+
production, and no compatibility guarantees are given until the release of 0.1.0.
10+
111
# 0.1.0-alpha.2 - Mar. 6, 2024
212
This is the third alpha release of `lightning-liquidity`. It features
313
a number of bug fixes and performance improvements over the previous release.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-liquidity"
3-
version = "0.1.0-alpha.2"
3+
version = "0.1.0-alpha.3"
44
authors = ["John Cantrell <[email protected]>", "Elias Rohrer <[email protected]>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)