From ea23122880ba125a7f14049cd274c5ef2069140a Mon Sep 17 00:00:00 2001 From: Shahana Farooqui Date: Fri, 5 May 2023 10:13:48 -0700 Subject: [PATCH] meta: Add changelog for 23.05rc3 --- CHANGELOG.md | 7 ++++++- contrib/pyln-client/pyln/client/__init__.py | 2 +- contrib/pyln-client/pyproject.toml | 2 +- contrib/pyln-proto/pyln/proto/__init__.py | 2 +- contrib/pyln-proto/pyproject.toml | 2 +- contrib/pyln-testing/pyln/testing/__init__.py | 2 +- contrib/pyln-testing/pyproject.toml | 2 +- 7 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d563532..8151c1898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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/). -## [23.05rc2] - 2023-04-26 +## [23.05rc3] - 2023-05-05 ### Added @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `pyln-client`: Improvements on the gossmap implementation ([#6012]) - `hsmtool`: `makerune` new command to make a master rune for a node. ([#6097]) - JSON-RPC: `setpsbtversion`: new command to aid debugging and compatibility ([#5898]) + - `grpc`: Added mapping for `listpeerchannels`, `listclosedchannels`, `decode` and `decodepay` RPC methods ([#6229]) ### Changed @@ -37,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `msggen`: The generated interfaces `cln-rpc` anc `cln-grpc` can now work with a range of versions rather than having to match the CLN version ([#6142]) - `grpc`: The mTLS private keys are no longer group-readable ([#6075]) + ### Deprecated Note: You should always set `allow-deprecated-apis=false` to test for changes. @@ -100,6 +102,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes. [#6115]: https://github.com/ElementsProject/lightning/pull/6115 [#6109]: https://github.com/ElementsProject/lightning/pull/6109 [#6158]: https://github.com/ElementsProject/lightning/pull/6158 +[#6184]: https://github.com/ElementsProject/lightning/pull/6184 +[#6229]: https://github.com/ElementsProject/lightning/pull/6229 ## [23.02.2] - 2023-03-14: "CBDC Backing Layer III" @@ -2383,6 +2387,7 @@ There predate the BOLT specifications, and are only of vague historic interest: 6. [0.5.1] - 2016-10-21 7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II" +[23.05]: https://github.com/ElementsProject/lightning/releases/tag/v23.05 [23.02.1]: https://github.com/ElementsProject/lightning/releases/tag/v23.02.1 [23.02]: https://github.com/ElementsProject/lightning/releases/tag/v23.02 [0.12.0]: https://github.com/ElementsProject/lightning/releases/tag/v0.12.0 diff --git a/contrib/pyln-client/pyln/client/__init__.py b/contrib/pyln-client/pyln/client/__init__.py index 0f49d6748..426021d91 100644 --- a/contrib/pyln-client/pyln/client/__init__.py +++ b/contrib/pyln-client/pyln/client/__init__.py @@ -3,7 +3,7 @@ from .plugin import Plugin, monkey_patch, RpcException from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits from .gossmapstats import GossmapStats -__version__ = "23.05rc2" +__version__ = "23.05rc3" __all__ = [ "LightningRpc", diff --git a/contrib/pyln-client/pyproject.toml b/contrib/pyln-client/pyproject.toml index ddc6dedf4..34df0e70e 100644 --- a/contrib/pyln-client/pyproject.toml +++ b/contrib/pyln-client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-client" -version = "23.05rc2" +version = "23.05rc3" 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 64b76f575..0f78579d1 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__ = "23.05rc2" +__version__ = "23.05rc3" __all__ = [ "Invoice", diff --git a/contrib/pyln-proto/pyproject.toml b/contrib/pyln-proto/pyproject.toml index 348ed8e35..ec6f30840 100644 --- a/contrib/pyln-proto/pyproject.toml +++ b/contrib/pyln-proto/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-proto" -version = "23.05rc2" +version = "23.05rc3" 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 674fce0e5..0e87514e7 100644 --- a/contrib/pyln-testing/pyln/testing/__init__.py +++ b/contrib/pyln-testing/pyln/testing/__init__.py @@ -1,4 +1,4 @@ -__version__ = "23.05rc2" +__version__ = "23.05rc3" __all__ = [ "__version__", diff --git a/contrib/pyln-testing/pyproject.toml b/contrib/pyln-testing/pyproject.toml index 30f01ed70..cf9b28205 100644 --- a/contrib/pyln-testing/pyproject.toml +++ b/contrib/pyln-testing/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-testing" -version = "23.05rc2" +version = "23.05rc3" description = "Test your Core Lightning integration, plugins or whatever you want" authors = ["Christian Decker "] license = "BSD-MIT"