Skip to content

Commit

Permalink
Merge #62: docs: tag the new plugin version
Browse files Browse the repository at this point in the history
88f7f5a docs: tag the new plgin version (Vincenzo Palazzo)
294c403 fix(plugin): API msg field plugin error (Vincenzo Palazzo)
d082374 fix(plugin): make plugin error API public (Vincenzo Palazzo)

Pull request description:

Top commit has no ACKs.

Tree-SHA512: 853ff5a4979a923ec41c6532fca23d7e92fcb52825ef203e991639a9822c2d0b2f882cbf219dadfaf2b5a16cc29cf7fab17a720a6fe0cc0e3bb6e7e3abf5c9c5
  • Loading branch information
vincenzopalazzo committed Nov 18, 2022
2 parents 9aa0915 + 88f7f5a commit 2d681a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.3.0-beta.6

## Fixed
- API msg field plugin error ([commit](https://github.com/laanwj/cln4rust/commit/9aa0915f96afd808201f8afa7061569fd3711e89)). @vincenzopalazzo 18-11-2022
- make plugin error API public ([commit](https://github.com/laanwj/cln4rust/commit/cf6fc6a67e5d0b9c84176b52c8e74c93e2939336)). @vincenzopalazzo 18-11-2022

# v0.3.0-beta.5

## Fixed
Expand All @@ -21,4 +27,4 @@


# v0.1.0-beta.1
- Hello World :)
- Hello World :)
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.5"
version = "0.3.0-beta.6"
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
2 changes: 1 addition & 1 deletion plugin/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "plugin",
"version": "v0.3.0-beta.5",
"version": "v0.3.0-beta.6",
"api": {
"name": "github",
"repository": "laanwj/rust-clightning-rpc",
Expand Down

0 comments on commit 2d681a7

Please sign in to comment.