We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141d480 commit 0b77804Copy full SHA for 0b77804
docs/changelog.md
@@ -6,6 +6,13 @@ small.label {
6
}
7
</style>
8
9
+## 4.17.2 <small>(Apr 29, 2025)</small> { id="4.17.2" }
10
+
11
+Fixes:
12
13
+- added missing `modifies_state.py` file <small class="label">[core]</small>
14
+- bumped `typing-extension` to `>=4.12` to reflect recent changes <small class="label">[core]</small>
15
16
## 4.17.1 <small>(Apr 29, 2025)</small> { id="4.17.1" }
17
18
Fixes:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "eth-wake"
3
-version = "4.17.1"
+version = "4.17.2"
4
description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
5
license = "ISC"
authors = ["Ackee Blockchain"]
0 commit comments