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

Cut v0.1-alpha.3 #129

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.1.0-alpha.3 - Apr. 22, 2024
This is the forth alpha release of `lightning-liquidity`. It features
a number of bug fixes and performance improvements over the previous release.

In particular, it introduces the final breaking changes of the LSPS2 spec that
is close to finalization, and fixes a number of serialization-related bugs.

**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.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.
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.2"
version = "0.1.0-alpha.3"
authors = ["John Cantrell <johncantrell97@gmail.com>", "Elias Rohrer <dev@tnull.de>"]
homepage = "https://lightningdevkit.org/"
license = "MIT OR Apache-2.0"
Expand Down