Skip to content

Commit dbbae17

Browse files
committed
Update for v25.05.1 release.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 54cd681 commit dbbae17

File tree

10 files changed

+43
-31
lines changed

10 files changed

+43
-31
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.05
1+
25.05.1

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [25.05.1] - 2025-11-10: "Satoshi's OP_RETURN Opinion II"
8+
9+
Minor fix for xpay when used heavily.
10+
11+
### Fixed
12+
13+
- askrene: fix reservation code, which caused xpay to fail due to previous payments. ([#8670])
14+
15+
[#8670]: https://github.com/ElementsProject/lightning/pull/8670
16+
[25.05.1]: https://github.com/ElementsProject/lightning/releases/tag/v25.05.1
17+
18+
719
## [25.05] - 2025-06-16: "Satoshi's OP_RETURN Opinion"
820

921
This release named by Peter Neuroth (@nepet).

contrib/pyln-client/pyln/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .gossmapstats import GossmapStats
55
from .version import NodeVersion
66

7-
__version__ = "25.05"
7+
__version__ = "25.05.1"
88

99
__all__ = [
1010
"LightningRpc",

contrib/pyln-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-client"
3-
version = "25.05"
3+
version = "25.05.1"
44
description = "Client library and plugin library for Core Lightning"
55
authors = ["Christian Decker <decker.christian@gmail.com>"]
66
license = "BSD-MIT"

contrib/pyln-proto/pyln/proto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
55
from .wire import LightningConnection, LightningServerSocket
66

7-
__version__ = "25.05"
7+
__version__ = "25.05.1"
88

99
__all__ = [
1010
"Invoice",

contrib/pyln-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-proto"
3-
version = "25.05"
3+
version = "25.05.1"
44
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
55
authors = ["Christian Decker <decker.christian@gmail.com>"]
66
license = "BSD-MIT"

contrib/pyln-testing/pyln/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "25.05"
1+
__version__ = "25.05.1"
22

33
__all__ = [
44
"__version__",

contrib/pyln-testing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-testing"
3-
version = "25.05"
3+
version = "25.05.1"
44
description = "Test your Core Lightning integration, plugins or whatever you want"
55
authors = ["Christian Decker <decker.christian@gmail.com>"]
66
license = "BSD-MIT"

plugins/wss-proxy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wss-proxy"
3-
version = "25.05"
3+
version = "25.05.1"
44
description = "Web secure socket proxy"
55
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]
66

poetry.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)