From 3cbcd34e8f48d2999334a252441d1bdc0e78fb86 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Mon, 22 Apr 2024 16:57:37 +0200 Subject: [PATCH] Cut v0.1-alpha.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 234642b..ce3c331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 3ec1f0a..fcbb1c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-liquidity" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" authors = ["John Cantrell ", "Elias Rohrer "] homepage = "https://lightningdevkit.org/" license = "MIT OR Apache-2.0"