Skip to content

Commit c9552e4

Browse files
meta: Update changelog for 24.08rc3
Release candidate 3 for v24.08
1 parent 9d88ce3 commit c9552e4

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66

7-
## [24.08rc2] - 2024-08-15: "TO BE ADDED"
7+
## [24.08rc3] - 2024-08-26: "Steel Backed-up Channels"
88

99
This release named by @Lagrang3.
1010

@@ -133,7 +133,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
133133
[#7533]: https://github.com/ElementsProject/lightning/pull/7533
134134
[#7567]: https://github.com/ElementsProject/lightning/pull/7567
135135
[#7298]: https://github.com/ElementsProject/lightning/pull/7298
136-
[24.08rc2]: https://github.com/ElementsProject/lightning/releases/tag/v24.08rc2
136+
[24.08rc3]: https://github.com/ElementsProject/lightning/releases/tag/v24.08rc3
137137

138138

139139

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits
44
from .gossmapstats import GossmapStats
55

6-
__version__ = "24.08rc2"
6+
__version__ = "24.08rc3"
77

88
__all__ = [
99
"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 = "24.08rc2"
3+
version = "24.08rc3"
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__ = "24.08rc2"
7+
__version__ = "24.08rc3"
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 = "24.08rc2"
3+
version = "24.08rc3"
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__ = "24.08rc2"
1+
__version__ = "24.08rc3"
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 = "24.08rc2"
3+
version = "24.08rc3"
44
description = "Test your Core Lightning integration, plugins or whatever you want"
55
authors = ["Christian Decker <[email protected]>"]
66
license = "BSD-MIT"

plugins/clnrest/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clnrest"
3-
version = "24.08rc2"
3+
version = "24.08rc3"
44
description = "Transforms RPC calls into REST APIs"
55
authors = ["ShahanaFarooqui <[email protected]>"]
66

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 = "24.08rc2"
3+
version = "24.08rc3"
44
description = "Web secure socket proxy"
55
authors = ["ShahanaFarooqui <[email protected]>"]
66

poetry.lock

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

0 commit comments

Comments
 (0)