Skip to content

Commit 34c8617

Browse files
authored
Merge pull request #77 from tnull/2023-04-cut-0.1-alpha
Cut 0.1-alpha release
2 parents f83a5c6 + 99d2d5d commit 34c8617

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 0.1-alpha - Apr 27, 2023
2+
3+
This is the first alpha release of LDK Node. It features support for sourcing
4+
chain data via an Esplora server, filesystem persistence, gossip sourcing via
5+
the Lightning peer-to-peer network, and configurble entropy sources for the
6+
integrated LDK and BDK-based wallets.
7+
8+
Note that this release is still considered experimental, should not be run in
9+
production, and no compatibility guarantees are given until the release of 0.1.
10+

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[package]
22
name = "ldk-node"
3-
version = "0.1.0"
3+
version = "0.1.0-alpha"
44
authors = ["Elias Rohrer <[email protected]>"]
5+
homepage = "https://lightningdevkit.org/"
56
license = "MIT OR Apache-2.0"
67
edition = "2018"
78
description = "A ready-to-go node implementation built using LDK."
9+
repository = "https://github.com/lightningdevkit/ldk-node/"
10+
readme = "README.md"
11+
keywords = ["bitcoin", "lightning", "ldk", "bdk"]
12+
categories = ["cryptography::cryptocurrencies"]
813

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

0 commit comments

Comments
 (0)