Skip to content

Commit 6a25684

Browse files
committed
🔖 Version 4.16.1
1 parent 2eeb213 commit 6a25684

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.md

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

9+
## 4.16.1 <small>(Apr 10, 2025)</small> { id="4.16.1" }
10+
11+
Fixes:
12+
13+
- fixed the `appendCBOR` compilation option being passed to solc versions not supporting it, causing a compilation error <small class="label">[core]</small>
14+
- fixed compilation crash during subprojects compilation when files being imported from another subproject contain a compilation error <small class="label">[core]</small>
15+
- fixed `wake open` incorrectly complaining about absolute paths when fetching from Etherscan with standard JSON format <small class="label">[core]</small>
16+
- fixed resolution of renamed events & errors causing `AttributeError` in some cases <small class="label">[testing & deployment framework]</small>
17+
918
## 4.16.0 <small>(Mar 25, 2025)</small> { id="4.16.0" }
1019

1120
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.16.0"
3+
version = "4.16.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)