Skip to content

Commit 7e54a82

Browse files
meta: update changelog and versions for v25.02.2
Changelog-None
1 parent ee2de09 commit 7e54a82

File tree

12 files changed

+44
-32
lines changed

12 files changed

+44
-32
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.02.1
1+
25.02.2

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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.02.2] - 2025-04-22: "Onion Packet Filler Accreditation II"
7+
8+
Important fixes for bugs in v25.02.1.
9+
10+
### Fixed
11+
12+
- docker: Fixed broken docker image due to sqlite version not supporting an advanced query ([#8246])
13+
14+
[#8246]: https://github.com/ElementsProject/lightning/pull/8246
15+
[25.02.2]: https://github.com/ElementsProject/lightning/releases/tag/v25.02.2
16+
17+
618
## [25.02.1] - 2025-04-03: "Onion Packet Filler Accreditation II"
719

820
Important fixes for bugs in v25.02.

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.02.1",
15379+
"version": "v25.02.2",
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.02.1"
7+
__version__ = "25.02.2"
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.02.1"
3+
version = "25.02.2"
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

+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.02.1"
7+
__version__ = "25.02.2"
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.02.1"
3+
version = "25.02.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "25.02.1"
1+
__version__ = "25.02.2"
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.02.1"
3+
version = "25.02.2"
44
description = "Test your Core Lightning integration, plugins or whatever you want"
55
authors = ["Christian Decker <decker.christian@gmail.com>"]
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.02.1",
413+
"version": "v25.02.2",
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.02.1"
3+
version = "25.02.2"
44
description = "Web secure socket proxy"
55
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]
66

poetry.lock

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

0 commit comments

Comments
 (0)