Skip to content

Commit

Permalink
conf: generate final changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Feb 24, 2023
1 parent ea47424 commit 92f15be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions conf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.0.1

## Fixed
- do not allow duplicate fields ([commit](https://github.com/laanwj/cln4rust/commit/22e34ccf661c69628301bda44ec82a35c1b1d4ab)). @vincenzopalazzo 24-02-2023
- include complex case for the parser ([commit](https://github.com/laanwj/cln4rust/commit/2b5888221d9d023b63d1635dd70d7c467242b39d)). @vincenzopalazzo 24-02-2023
- take into count inclue and comments ([commit](https://github.com/laanwj/cln4rust/commit/c4a8a9a789c7d7fb33f0b561086aba3c3399676f)). @vincenzopalazzo 24-02-2023
- allow to specify `create_if_missing` ([commit](https://github.com/laanwj/cln4rust/commit/fe905fcc5d67a2da2a41d8f668095ed6533fa011)). @vincenzopalazzo 24-02-2023


# v0.0.1-alpha.4

## 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-alpha.8"
version = "0.0.1"
edition = "2021"
authors = ["Vincenzo Palazzo <[email protected]>"]
license = "CC0-1.0"
Expand Down
4 changes: 2 additions & 2 deletions conf/changelog.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"package_name": "conf",
"version": "v0.0.1-alpha.8",
"version": "v0.0.1",
"api": {
"name": "github",
"repository": "laanwj/rust-clightning-rpc",
"branch": "macros/conf-create"
"branch": "master"
},
"generation_method": {
"name": "semver-v2",
Expand Down

0 comments on commit 92f15be

Please sign in to comment.