Skip to content

Commit bfbc655

Browse files
committed
Bump crate versions/CHANGELOG for 0.2.2
1 parent 15f7bbe commit bfbc655

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.2.2 - Feb 6, 2025 - "An Async Splicing Production"
2+
3+
## API Updates
4+
* The `SplicePrototype` feature flag has been updated to refer to feature bit
5+
63 - the same as `SpliceProduction`. This resolves a compatibility issue with
6+
eclair nodes due to the use of the same splicing feature flag (155) they were
7+
using for a pre-standardization version of splicing (#4387).
8+
9+
## Bug Fixes
10+
* Async `ChannelMonitorUpdate` persistence operations which complete, but are
11+
not marked as complete in a persisted `ChannelManager` prior to restart,
12+
followed immediately by a block connection and then another restart could
13+
result in some channel operations hanging leading for force-closures (#4377).
14+
15+
116
# 0.2.1 - Jan 29, 2025 - "Electrum Confirmations Logged"
217

318
## API Updates

lightning-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-types"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Matt Corallo"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning/"

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Matt Corallo"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning/"

0 commit comments

Comments
 (0)