diff --git a/changelog.json b/changelog.json new file mode 100644 index 0000000..9372066 --- /dev/null +++ b/changelog.json @@ -0,0 +1,16 @@ +{ + "package_name": "lnprototest", + "version": "v0.0.2", + "api": { + "name": "github", + "repository": "rustyrussell/lnprototest", + "branch": "macros/changelog" + }, + "generation_method": { + "name": "semver-v2", + "header_filter": false + }, + "serialization_method": { + "name": "md" + } +} diff --git a/pyproject.toml b/pyproject.toml index 972bb76..69c1b88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "lnprototest" version = "0.0.2" description = "Spec protocol tests for lightning network implementations" -authors = ["Rusty Russell "] +authors = ["Rusty Russell ", "Vincenzo Palazzo "] license = "MIT" [tool.poetry.dependencies]