Skip to content

Commit

Permalink
Merge pull request #88 from rustyrussell/macros/lib_improvment
Browse files Browse the repository at this point in the history
docs: generate changelog for the 0.0.4 release
  • Loading branch information
vincenzopalazzo authored Jun 3, 2023
2 parents 102e900 + 0ab0efe commit bef327c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# v0.0.4

## Fixed
- Grab the feature from the init message if it is not specified ([commit](https://github.com/rustyrussell/lnprototest/commit/e2005d731bacf4fffaf4fe92cc96b1d241bde7f8)). @vincenzopalazzo 03-06-2023
- pass the timeout when we are waiting a node to start ([commit](https://github.com/rustyrussell/lnprototest/commit/9b4a0c1521eddee3f1c90aae6bab1aac120c4cba)). @vincenzopalazzo 01-06-2023
- import inside the library some useful utils ([commit](https://github.com/rustyrussell/lnprototest/commit/554659fbdce8376f9f200e98a05f44b3b5c0582c)). @vincenzopalazzo 01-06-2023

## Added
- Enable stashing of expected messages ([commit](https://github.com/rustyrussell/lnprototest/commit/50d72b1f8b08c3d973c8252f3be3c28812247404)). @vincenzopalazzo 01-06-2023
4 changes: 2 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"package_name": "lnprototest",
"version": "v0.0.2",
"version": "v0.0.4",
"api": {
"name": "github",
"repository": "rustyrussell/lnprototest",
"branch": "macros/changelog"
"branch": "master"
},
"generation_method": {
"name": "semver-v2",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lnprototest"
version = "0.0.3"
version = "0.0.4"
description = "Spec protocol tests for lightning network implementations"
authors = ["Rusty Russell <[email protected]>", "Vincenzo Palazzo <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bef327c

Please sign in to comment.