Skip to content

Commit 5640ad6

Browse files
committed
🔖 Version 4.17.1
1 parent 75d84f1 commit 5640ad6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ small.label {
66
}
77
</style>
88

9+
## 4.17.1 <small>(Apr 29, 2025)</small> { id="4.17.1" }
10+
11+
Fixes:
12+
13+
- fixed compilation of injected contracts when `target_version` set <small class="label">[core]</small>
14+
- fixed all detections without subdetections filtered out with known contracts filtering enabled <small class="label">[static analysis]</small>
15+
916
## 4.17.0 <small>(Apr 28, 2025)</small> { id="4.17.0" }
1017

1118
Features & improvements:

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 = "eth-wake"
3-
version = "4.17.0"
3+
version = "4.17.1"
44
description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
55
license = "ISC"
66
authors = ["Ackee Blockchain"]

0 commit comments

Comments
 (0)