-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #54: rpc: prepare new beta version
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
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters