Skip to content

Commit a5c4a44

Browse files
authored
Merge pull request #439 from tnull/2025-01-pin-liquidity-back
Pin `lightning-liquidity` and cut v0.4.3 patch release
2 parents 2156611 + 0e118d5 commit a5c4a44

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.4.3 - Jan. 23, 2025
2+
3+
This patch release fixes the broken Rust build resulting from `cargo` treating the recent v0.1.0 release of `lightning-liquidity` as API-compatible with the previous v0.1.0-alpha.6 release (even though it's not).
4+
5+
In total, this release features 1 files changed, 1 insertions, 1 deletions in 1 commits from 1 author, in alphabetical order:
6+
7+
- Elias Rohrer
8+
19
# 0.4.2 - Oct 28, 2024
210

311
This patch release fixes an issue that prohibited the node from using available confirmed on-chain funds to spend/bump Anchor outputs (#387).

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ldk-node"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Elias Rohrer <[email protected]>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"
@@ -36,7 +36,7 @@ lightning-background-processor = { version = "0.0.125", features = ["futures"] }
3636
lightning-rapid-gossip-sync = { version = "0.0.125" }
3737
lightning-block-sync = { version = "0.0.125", features = ["rpc-client", "tokio"] }
3838
lightning-transaction-sync = { version = "0.0.125", features = ["esplora-async-https", "time"] }
39-
lightning-liquidity = { version = "0.1.0-alpha.6", features = ["std"] }
39+
lightning-liquidity = { version = "=0.1.0-alpha.6", features = ["std"] }
4040

4141
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
4242
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }

0 commit comments

Comments
 (0)