Skip to content

Commit 960be72

Browse files
committed
🔖 Version 4.18.1
1 parent 7e02914 commit 960be72

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/changelog.md

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

9+
## 4.18.1 <small>(May 20, 2025)</small> { id="4.18.1" }
10+
11+
Fixes & improvements:
12+
13+
- fixed missing import when accessing `VariableDeclaration.declaration_string`, which mainly manifested as language server crashes <small class="label">[core]</small>
14+
- removed mistakenly leftover debugging prints from the IR <small class="label">[core]</small>
15+
- LSP document symbols and workspace symbols now use function declarations with parameter types to avoid deduplication on the LSP client side <small class="label">[language server]</small>
16+
- fixed LSP document symbols' last changed declaration not being propagated due to aggressive caching <small class="label">[language server]</small>
17+
- fixed LSP compilation errors not being cleared for deleted files <small class="label">[language server]</small>
18+
- changed command-line relevant code highlighting from color to underline <small class="label">[static analysis]</small>
19+
- added missing `burn_erc1155` import to `wake.testing` <small class="label">[testing framework]</small>
20+
- fixed `ValueError` occurring on failing chain connections <small class="label">[testing framework]</small>
21+
922
## 4.18.0 <small>(May 8, 2025)</small> { id="4.18.0" }
1023

1124
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.18.0"
3+
version = "4.18.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)