diff --git a/.version b/.version index 9a3cdd841..4ea49134e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -25.02rc2 +25.02rc3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 160befd1e..cbd543669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [25.02rc2] - 2025-02-26: +## [25.02rc3] - 2025-02-27: ### Added @@ -20,7 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - - Offers: we will use a blinded path if we have no advertized address (so payers wouldn't be able to connect directly). ([#8071]) - clnrest: clnrest is now a rust plugin. ([#7509]) - JSON-RPC: `blacklistrune` no longer supports of runes over id 100,000,000. ([#8037]) - 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. [#7942]: https://github.com/ElementsProject/lightning/pull/7942 [#7772]: https://github.com/ElementsProject/lightning/pull/7772 [#8060]: https://github.com/ElementsProject/lightning/pull/8060 -[25.02rc2]: https://github.com/ElementsProject/lightning/releases/tag/v25.02rc2 +[25.02rc3]: https://github.com/ElementsProject/lightning/releases/tag/v25.02rc3 ## [24.11.1] - 2024-12-16: "The lightning-dev Mailing List II" diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json index fcd537f67..358a829df 100644 --- a/contrib/msggen/msggen/schema.json +++ b/contrib/msggen/msggen/schema.json @@ -15376,7 +15376,7 @@ "port": 19735 } ], - "version": "v25.02rc2", + "version": "v25.02rc3", "blockheight": 110, "network": "regtest", "fees_collected_msat": 0, diff --git a/contrib/pyln-client/pyln/client/__init__.py b/contrib/pyln-client/pyln/client/__init__.py index ea3f65933..c54acb954 100644 --- a/contrib/pyln-client/pyln/client/__init__.py +++ b/contrib/pyln-client/pyln/client/__init__.py @@ -4,7 +4,7 @@ from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, G from .gossmapstats import GossmapStats from .version import NodeVersion, VersionSpec -__version__ = "25.02rc2" +__version__ = "25.02rc3" __all__ = [ "LightningRpc", diff --git a/contrib/pyln-client/pyproject.toml b/contrib/pyln-client/pyproject.toml index 9d2420208..8db205556 100644 --- a/contrib/pyln-client/pyproject.toml +++ b/contrib/pyln-client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-client" -version = "25.02rc2" +version = "25.02rc3" description = "Client library and plugin library for Core Lightning" authors = ["Christian Decker "] license = "BSD-MIT" diff --git a/contrib/pyln-proto/pyln/proto/__init__.py b/contrib/pyln-proto/pyln/proto/__init__.py index 686eb71e4..c4774e928 100644 --- a/contrib/pyln-proto/pyln/proto/__init__.py +++ b/contrib/pyln-proto/pyln/proto/__init__.py @@ -4,7 +4,7 @@ from .invoice import Invoice from .onion import OnionPayload, TlvPayload, LegacyOnionPayload from .wire import LightningConnection, LightningServerSocket -__version__ = "25.02rc2" +__version__ = "25.02rc3" __all__ = [ "Invoice", diff --git a/contrib/pyln-proto/pyproject.toml b/contrib/pyln-proto/pyproject.toml index 9cc8bb1a8..babdbf45e 100644 --- a/contrib/pyln-proto/pyproject.toml +++ b/contrib/pyln-proto/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-proto" -version = "25.02rc2" +version = "25.02rc3" 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!)." authors = ["Christian Decker "] license = "BSD-MIT" diff --git a/contrib/pyln-testing/pyln/testing/__init__.py b/contrib/pyln-testing/pyln/testing/__init__.py index e4fe7e5e5..e617bc5f9 100644 --- a/contrib/pyln-testing/pyln/testing/__init__.py +++ b/contrib/pyln-testing/pyln/testing/__init__.py @@ -1,4 +1,4 @@ -__version__ = "25.02rc2" +__version__ = "25.02rc3" __all__ = [ "__version__", diff --git a/contrib/pyln-testing/pyproject.toml b/contrib/pyln-testing/pyproject.toml index 1e7c9dce5..67af7c53d 100644 --- a/contrib/pyln-testing/pyproject.toml +++ b/contrib/pyln-testing/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-testing" -version = "25.02rc2" +version = "25.02rc3" description = "Test your Core Lightning integration, plugins or whatever you want" authors = ["Christian Decker "] license = "BSD-MIT" diff --git a/doc/schemas/lightning-getinfo.json b/doc/schemas/lightning-getinfo.json index 0eba9cfcd..2262218d5 100644 --- a/doc/schemas/lightning-getinfo.json +++ b/doc/schemas/lightning-getinfo.json @@ -410,7 +410,7 @@ "port": 19735 } ], - "version": "v25.02rc2", + "version": "v25.02rc3", "blockheight": 110, "network": "regtest", "fees_collected_msat": 0, diff --git a/plugins/wss-proxy/pyproject.toml b/plugins/wss-proxy/pyproject.toml index c031123ea..f501ca18f 100644 --- a/plugins/wss-proxy/pyproject.toml +++ b/plugins/wss-proxy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wss-proxy" -version = "25.02rc2" +version = "25.02rc3" description = "Web secure socket proxy" authors = ["ShahanaFarooqui "] diff --git a/poetry.lock b/poetry.lock index 0a168f993..cce6123c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1550,7 +1550,7 @@ files = [ [[package]] name = "pyln-client" -version = "25.02rc2" +version = "25.02rc3" description = "Client library and plugin library for Core Lightning" optional = false python-versions = "^3.8" @@ -1586,7 +1586,7 @@ url = "contrib/pyln-grpc-proto" [[package]] name = "pyln-proto" -version = "25.02rc2" +version = "25.02rc3" 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!)." optional = false python-versions = "^3.8" @@ -1607,7 +1607,7 @@ url = "contrib/pyln-proto" [[package]] name = "pyln-testing" -version = "25.02rc2" +version = "25.02rc3" description = "Test your Core Lightning integration, plugins or whatever you want" optional = false python-versions = "^3.8" @@ -2205,7 +2205,7 @@ h11 = ">=0.9.0,<1" [[package]] name = "wss-proxy" -version = "25.02rc2" +version = "25.02rc3" description = "Web secure socket proxy" optional = false python-versions = "^3.8"