Skip to content

Commit bef327c

Browse files
Merge pull request #88 from rustyrussell/macros/lib_improvment
docs: generate changelog for the 0.0.4 release
2 parents 102e900 + 0ab0efe commit bef327c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v0.0.4
2+
3+
## Fixed
4+
- Grab the feature from the init message if it is not specified ([commit](https://github.com/rustyrussell/lnprototest/commit/e2005d731bacf4fffaf4fe92cc96b1d241bde7f8)). @vincenzopalazzo 03-06-2023
5+
- pass the timeout when we are waiting a node to start ([commit](https://github.com/rustyrussell/lnprototest/commit/9b4a0c1521eddee3f1c90aae6bab1aac120c4cba)). @vincenzopalazzo 01-06-2023
6+
- import inside the library some useful utils ([commit](https://github.com/rustyrussell/lnprototest/commit/554659fbdce8376f9f200e98a05f44b3b5c0582c)). @vincenzopalazzo 01-06-2023
7+
8+
## Added
9+
- Enable stashing of expected messages ([commit](https://github.com/rustyrussell/lnprototest/commit/50d72b1f8b08c3d973c8252f3be3c28812247404)). @vincenzopalazzo 01-06-2023

changelog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"package_name": "lnprototest",
3-
"version": "v0.0.2",
3+
"version": "v0.0.4",
44
"api": {
55
"name": "github",
66
"repository": "rustyrussell/lnprototest",
7-
"branch": "macros/changelog"
7+
"branch": "master"
88
},
99
"generation_method": {
1010
"name": "semver-v2",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lnprototest"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Spec protocol tests for lightning network implementations"
55
authors = ["Rusty Russell <rusty@blockstream.com>", "Vincenzo Palazzo <vincenzopalazzodev@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)