Skip to content

Commit 3f81dc0

Browse files
meta: update CHANGELOG for 25.02rc3
Changelog-None
1 parent 8f891ce commit 3f81dc0

File tree

12 files changed

+16
-17
lines changed

12 files changed

+16
-17
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.02rc2
1+
25.02rc3

CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

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

6-
## [25.02rc2] - 2025-02-26:
6+
## [25.02rc3] - 2025-02-27:
77

88
### Added
99

@@ -20,7 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2020

2121
### Changed
2222

23-
- Offers: we will use a blinded path if we have no advertized address (so payers wouldn't be able to connect directly). ([#8071])
2423
- clnrest: clnrest is now a rust plugin. ([#7509])
2524
- JSON-RPC: `blacklistrune` no longer supports of runes over id 100,000,000. ([#8037])
2625
- Splicing: User is prevented from trying to splice unsigned PSBTs, protecting against potential issues. ([#8052])
@@ -129,7 +128,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
129128
[#7942]: https://github.com/ElementsProject/lightning/pull/7942
130129
[#7772]: https://github.com/ElementsProject/lightning/pull/7772
131130
[#8060]: https://github.com/ElementsProject/lightning/pull/8060
132-
[25.02rc2]: https://github.com/ElementsProject/lightning/releases/tag/v25.02rc2
131+
[25.02rc3]: https://github.com/ElementsProject/lightning/releases/tag/v25.02rc3
133132

134133

135134
## [24.11.1] - 2024-12-16: "The lightning-dev Mailing List II"

contrib/msggen/msggen/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15376,7 +15376,7 @@
1537615376
"port": 19735
1537715377
}
1537815378
],
15379-
"version": "v25.02rc2",
15379+
"version": "v25.02rc3",
1538015380
"blockheight": 110,
1538115381
"network": "regtest",
1538215382
"fees_collected_msat": 0,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .gossmapstats import GossmapStats
55
from .version import NodeVersion, VersionSpec
66

7-
__version__ = "25.02rc2"
7+
__version__ = "25.02rc3"
88

99
__all__ = [
1010
"LightningRpc",

contrib/pyln-client/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-client"
3-
version = "25.02rc2"
3+
version = "25.02rc3"
44
description = "Client library and plugin library for Core Lightning"
55
authors = ["Christian Decker <[email protected]>"]
66
license = "BSD-MIT"

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

+1-1
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.02rc2"
7+
__version__ = "25.02rc3"
88

99
__all__ = [
1010
"Invoice",

contrib/pyln-proto/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-proto"
3-
version = "25.02rc2"
3+
version = "25.02rc3"
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 <[email protected]>"]
66
license = "BSD-MIT"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "25.02rc2"
1+
__version__ = "25.02rc3"
22

33
__all__ = [
44
"__version__",

contrib/pyln-testing/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-testing"
3-
version = "25.02rc2"
3+
version = "25.02rc3"
44
description = "Test your Core Lightning integration, plugins or whatever you want"
55
authors = ["Christian Decker <[email protected]>"]
66
license = "BSD-MIT"

doc/schemas/lightning-getinfo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
"port": 19735
411411
}
412412
],
413-
"version": "v25.02rc2",
413+
"version": "v25.02rc3",
414414
"blockheight": 110,
415415
"network": "regtest",
416416
"fees_collected_msat": 0,

plugins/wss-proxy/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wss-proxy"
3-
version = "25.02rc2"
3+
version = "25.02rc3"
44
description = "Web secure socket proxy"
55
authors = ["ShahanaFarooqui <[email protected]>"]
66

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)