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

Commit 56ef90e

Browse files
authored
Merge pull request #103 from tnull/2024-02-prepare-0.1.0-alpha-release
Cut 0.1.0-alpha release
2 parents 7b17f02 + 3d950f0 commit 56ef90e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 0.1.0-alpha - Feb. 15, 2024
2+
This is the first alpha release of `lighting-liquidity`. It features
3+
early-stage client- and service-side support for the LSPS2 just-in-time (JIT)
4+
channel protocol.
5+
6+
**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.

Cargo.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[package]
22
name = "lightning-liquidity"
3-
version = "0.1.0"
3+
version = "0.1.0-alpha"
44
authors = ["John Cantrell <[email protected]>", "Elias Rohrer <[email protected]>"]
5+
homepage = "https://lightningdevkit.org/"
6+
license = "MIT OR Apache-2.0"
57
edition = "2021"
68
description = "Types and primitives to integrate a spec-compliant LSP with an LDK-based node."
9+
repository = "https://github.com/lightningdevkit/lightning-liquidity/"
10+
readme = "README.md"
11+
keywords = ["bitcoin", "lightning", "ldk", "bdk"]
12+
categories = ["cryptography::cryptocurrencies"]
713

814
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
915

0 commit comments

Comments
 (0)