Skip to content

Commit

Permalink
Merge #54: rpc: prepare new beta version
Browse files Browse the repository at this point in the history
b731ec0 rpc: prepare new beta version (Vincenzo Palazzo)

Pull request description:

  Signed-off-by: Vincenzo Palazzo <[email protected]>

Top commit has no ACKs.

Tree-SHA512: 681863430e44cf0f7984e43e9d6bf6c1116a951e6a75d9a21642fec9648fe33236f8f243c473fdf44e8e9b6b40118837bb0943856f6e7000bbd64dbc8811ad60
  • Loading branch information
vincenzopalazzo committed Sep 6, 2022
2 parents bb3fc9f + b731ec0 commit 8ba2d6c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# v0.3.0-beta.3

## Fixed
- MSat accepts both strings ending with msat and u64 ([commit](https://github.com/laanwj/rust-clightning-rpc/commit/8461e3f9d959bd20ea938ff03fef297575e20815)). @RCasatta 06-09-2022

## Added
- Make generic `fn call` pub ([commit](https://github.com/laanwj/rust-clightning-rpc/commit/06155074a60bb92d28f161a3a10f46d9cbf8b0ed)). @RCasatta 06-09-2022


# v0.3.0-beta.1
- Hello World :)
4 changes: 2 additions & 2 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clightningrpc"
version = "0.3.0-beta.2"
version = "0.3.0-beta.3"
authors = ["Wladimir J. van der Laan <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/laanwj/rust-clightning-rpc"
Expand All @@ -17,4 +17,4 @@ serde_json = "1.0"
clightningrpc-common = "0.3.0-beta.2"

[dev-dependencies]
rstest = "0.10.0"
rstest = "0.10.0"
4 changes: 2 additions & 2 deletions rpc/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "rpc",
"version": "v0.3.0-beta.2",
"version": "v0.3.0-beta.3",
"api": {
"name": "github",
"repository": "laanwj/rust-clightning-rpc",
Expand All @@ -13,4 +13,4 @@
"serialization_method": {
"name": "md"
}
}
}

0 comments on commit 8ba2d6c

Please sign in to comment.