We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 928d196 + 856cff9 commit b62e232Copy full SHA for b62e232
changelog.json
@@ -0,0 +1,16 @@
1
+{
2
+ "package_name": "lnprototest",
3
+ "version": "v0.0.2",
4
+ "api": {
5
+ "name": "github",
6
+ "repository": "rustyrussell/lnprototest",
7
+ "branch": "macros/changelog"
8
+ },
9
+ "generation_method": {
10
+ "name": "semver-v2",
11
+ "header_filter": false
12
13
+ "serialization_method": {
14
+ "name": "md"
15
+ }
16
+}
pyproject.toml
@@ -2,7 +2,7 @@
name = "lnprototest"
version = "0.0.2"
description = "Spec protocol tests for lightning network implementations"
-authors = ["Rusty Russell <rusty@blockstream.com>"]
+authors = ["Rusty Russell <rusty@blockstream.com>", "Vincenzo Palazzo <vincenzopalazzodev@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
0 commit comments