Skip to content

Commit

Permalink
🔖 Version 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Nov 4, 2024
1 parent 6f2c7e2 commit ae05a8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ small.label {
}
</style>

## 4.13.1 <small>(Nov 4, 2024)</small> { id="4.13.1" }

Fixes:

- fixed non-deterministic pytypes generation for source files under multiple different source unit names <small class="label">[testing & deployment framework]</small>
- fixed pytypes generation for source units with dots in their names <small class="label">[testing & deployment framework]</small>
- fixed `tx` not assigned on error that could not be resolved <small class="label">[testing & deployment framework]</small>
- fixed latest supported tx type not properly detected with Anvil caused by breaking change in Anvil <small class="label">[testing framework]</small>
- fixed base fee parsing with Anvil caused by breaking change in Anvil <small class="label">[testing framework]</small>

## 4.13.0 <small>(Oct 14, 2024)</small> { id="4.13.0" }

Features & improvements:
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 = "eth-wake"
version = "4.13.0"
version = "4.13.1"
description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
license = "ISC"
authors = ["Ackee Blockchain"]
Expand Down

0 comments on commit ae05a8e

Please sign in to comment.