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

Cut v0.1-alpha.4 #132

Merged
merged 1 commit into from
May 13, 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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1.0-alpha.4 - May 13, 2024
This is the fifth alpha release of `lightning-liquidity`. It is a simple
maintenance release bumping the LDK dependency to v0.0.123.

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