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

Commit f19fcd7

Browse files
authored
Merge pull request #115 from tnull/2024-02-cut-0.1.0-alpha.1
Cut v0.1.0-alpha.1 release
2 parents a554b23 + cb94eec commit f19fcd7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
# 0.1.0-alpha.1 - Feb. 28, 2024
2+
This is the second alpha release of `lightning-liquidity`. It features
3+
a number of bug fixes and performance improvements over the previous release.
4+
5+
**Note:** This release is still considered experimental, should not be run in
6+
production, and no compatibility guarantees are given until the release of 0.1.0.
7+
18
# 0.1.0-alpha - Feb. 15, 2024
29
This is the first alpha release of `lightning-liquidity`. It features
310
early-stage client- and service-side support for the LSPS2 just-in-time (JIT)
411
channel protocol.
512

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

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"
3+
version = "0.1.0-alpha.1"
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)