Skip to content

Commit c4ca3be

Browse files
authored
Merge pull request #4255 from TheBlueMatt/2025-12-0.1.8
Cut 0.1.8
2 parents b133293 + 9eb7542 commit c4ca3be

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.1.8 - Dec 2, 2025 - "Async Update Completion"
2+
3+
## Bug Fixes
4+
* In cases where an MPP payment is claimed while one channel is waiting on a
5+
counterparty's `revoke_and_ack` message and the `revoke_and_ack` message is
6+
received prior to the asynchronous completion of the MPP-claim
7+
`ChannelMonitorUpdate`, the channel will no longer hang (#4236).
8+
* Deserializing invalid `Duration`s can no longer panic (#4172).
9+
10+
111
# 0.1.7 - Oct 21, 2025 - "Unstable Release CI"
212

313
## Bug Fixes

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.1.7"
3+
version = "0.1.8"
44
authors = ["Matt Corallo"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning/"

0 commit comments

Comments
 (0)