Skip to content

Commit

Permalink
docs: prepare changelog for the next release
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jan 7, 2023
1 parent 75ce542 commit 042672a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clightningrpc-plugin"
version = "0.3.0-beta.6"
version = "0.3.0-beta.7"
authors = ["Vincenzo Palazzo <[email protected]>"]
edition = "2021"
description = "Crate that provides a plugin API to give the possibility to implement a plugin in Rust"
Expand Down
4 changes: 2 additions & 2 deletions plugin/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 042672a

Please sign in to comment.