Skip to content

Commit

Permalink
Merge pull request #109 from rustyrussell/macros/release
Browse files Browse the repository at this point in the history
docs: generate changelog for the new release
  • Loading branch information
vincenzopalazzo authored Sep 22, 2023
2 parents 18452ef + 56b19df commit 3645397
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v0.0.5

## Fixed
- Correct reorg issue in the ln helper function ([commit](https://github.com/rustyrussell/lnprototest/commit/ad3129d4dad14e98a0b3f1210d349d2b6503ce53)). @vincenzopalazzo 21-09-2023
- Correct error check for expected errors ([commit](https://github.com/rustyrussell/lnprototest/commit/3dafe1d0b010aa0fb98b545a3a0fef6985153087)). @vincenzopalazzo 15-07-2023
- runner_features added in runner.py and applied in ln_spec_utils.py ([commit](https://github.com/rustyrussell/lnprototest/commit/0dc5dddbb209bd8edf4d2a93973b72882724b865)). @Psycho-Pirate 24-06-2023
- Modified Reestablish test to use new code and used stash ([commit](https://github.com/rustyrussell/lnprototest/commit/6cd0791f961d7c8d596d45c9725a463e5f52eed4)). @Psycho-Pirate 19-06-2023
- resolve the number callback in Block event ([commit](https://github.com/rustyrussell/lnprototest/commit/7ff8d9f33253031ff83bc9aed5ff1b63bd42bf95)). @vincenzopalazzo 06-06-2023

## Added
- Allowing the option to skip the creation of the wallet in bitcoind ([commit](https://github.com/rustyrussell/lnprototest/commit/45711defc89161b8d3efcae747000ae4fb2fd36d)). @vincenzopalazzo 27-07-2023
- Open channel helper ignores announcement signatures ([commit](https://github.com/rustyrussell/lnprototest/commit/ba32816e3291055e7f1eeff01f872f8a3359f66b)). @vincenzopalazzo 16-06-2023
- Support the Drop of the --developer flag at runtime (cln: specify --developer if supported. rustyrussell/lnprototest#106). @rustyrussell


# v0.0.4

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "lnprototest",
"version": "v0.0.4",
"version": "v0.0.5",
"api": {
"name": "github",
"repository": "rustyrussell/lnprototest",
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.5-beta.2"
version = "0.0.5"
description = "Spec protocol tests for lightning network implementations"
authors = ["Rusty Russell <rusty@blockstream.com>", "Vincenzo Palazzo <vincenzopalazzodev@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 3645397

Please sign in to comment.