From 042672a5751ca2a9a0628f61eb43fcef8510c2e8 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sat, 7 Jan 2023 21:49:18 +0100 Subject: [PATCH] docs: prepare changelog for the next release Signed-off-by: Vincenzo Palazzo --- plugin/CHANGELOG.md | 6 ++++++ plugin/Cargo.toml | 2 +- plugin/changelog.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index fc75f59..062fb9f 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.3.0-beta.7 + +## Added +- support binding options from init method ([commit](https://github.com/laanwj/cln4rust/commit/10a3e773f9032dc1d4db7397ea292d9c802cf8aa)). @vincenzopalazzo 07-01-2023 + + # v0.3.0-beta.6 ## Fixed diff --git a/plugin/Cargo.toml b/plugin/Cargo.toml index 1e6ed45..a608d6d 100644 --- a/plugin/Cargo.toml +++ b/plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clightningrpc-plugin" -version = "0.3.0-beta.6" +version = "0.3.0-beta.7" authors = ["Vincenzo Palazzo "] edition = "2021" description = "Crate that provides a plugin API to give the possibility to implement a plugin in Rust" diff --git a/plugin/changelog.json b/plugin/changelog.json index 839a186..e3cc20d 100644 --- a/plugin/changelog.json +++ b/plugin/changelog.json @@ -1,10 +1,10 @@ { "package_name": "plugin", - "version": "v0.3.0-beta.6", + "version": "v0.3.0-beta.7", "api": { "name": "github", "repository": "laanwj/rust-clightning-rpc", - "branch": "master" + "branch": "macros/opts-access" }, "generation_method": { "name": "semver-v2",