Skip to content

Commit 4fc714b

Browse files
committed
🔖 Version 4.19.0
1 parent b21dc34 commit 4fc714b

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.19.0 <small>(Jun 17, 2025)</small> { id="4.19.0" }
10+
11+
Features & improvements:
12+
13+
- added new `lsp-public-functions` printer that lists all public functions of a contract when triggered from the code lens button <small class="label">[language server]</small>
14+
- EIP-7702 code delegations are now automatically unset for chain testing accounts on forking <small class="label">[testing framework]</small>
15+
916
## 4.18.1 <small>(May 20, 2025)</small> { id="4.18.1" }
1017

1118
Fixes & 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.18.1"
3+
version = "4.19.0"
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)