From 6ffa8e22b38e07f4d69bd47b16679880e7b15e4f Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Tue, 15 Oct 2024 09:21:25 +0200 Subject: [PATCH] Cut v0.1-alpha.6 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0b0c2..b3897ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.1.0-alpha.6 - Oct. 15, 2024 +This is the seventh alpha release of `lightning-liquidity`. It is a simple +maintenance release bumping the LDK dependency to v0.0.125. + +**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.5 - Sept. 10, 2024 This is the sixth alpha release of `lightning-liquidity`. It is a simple maintenance release bumping the LDK dependency to v0.0.124. diff --git a/Cargo.toml b/Cargo.toml index a2dc9bf..9b273f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-liquidity" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" authors = ["John Cantrell ", "Elias Rohrer "] homepage = "https://lightningdevkit.org/" license = "MIT OR Apache-2.0"