Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conf: generate final changelog #86

Merged
merged 1 commit into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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