Skip to content

Commit

Permalink
Merge #97: docs(conf): update changelog for the conf crate
Browse files Browse the repository at this point in the history
d267f7b docs(conf): update changelog for the conf crate (Vincenzo Palazzo)

Pull request description:

Top commit has no ACKs.

Tree-SHA512: 604b0a6dd4c26041802892e5bddaad08a299845447e71ed100eb7a4bd546b2cb4199161befdb1b5b149c077f66d77193749170496f868c0c98d27754cd1ed52d
  • Loading branch information
vincenzopalazzo committed Apr 18, 2023
2 parents 24c19cd + d267f7b commit 8823c61
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions conf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.0.2

## Fixed
- allow the conf to be sync and send ([commit](https://github.com/laanwj/cln4rust/commit/344c6c11aec423467faef5e4626f9a8b660be50f)). @vincenzopalazzo 17-04-2023

## Added
- add method to remove a key value pair from the configuration ([commit](https://github.com/laanwj/cln4rust/commit/a05e1e7f39fa449da38ce294a26b0dd23ccef1bb)). @tareknaser360 17-04-2023
- add method to lookup inside the configuration ([commit](https://github.com/laanwj/cln4rust/commit/852b60365669b3277d3e333b8807c805f35dae56)). @vincenzopalazzo 16-04-2023


# v0.0.1

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion conf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clightningrpc-conf"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["Vincenzo Palazzo <[email protected]>"]
license = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion conf/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "conf",
"version": "v0.0.1",
"version": "v0.0.2",
"api": {
"name": "github",
"repository": "laanwj/rust-clightning-rpc",
Expand Down

0 comments on commit 8823c61

Please sign in to comment.