Skip to content

Commit

Permalink
🔖 Version 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Jun 11, 2024
1 parent a633497 commit 05c2a14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ small.label {
}
</style>

## 4.10.1 <small>(Jun 11, 2024)</small> { id="4.10.1" }

Fixes:

- fixed language server unicode decoding crash when trying to read from non-existent files <small class="label">[language server]</small>
- fixed Yul definitions of `shl`, `shr` and `sar` instructions in `lsp-yul-definitions` printer <small class="label">[language server]</small>
- fixed handling of language server subprocess crashes <small class="label">[language server]</small>

## 4.10.0 <small>(Jun 11, 2024)</small> { id="4.10.0" }

Features & improvements:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eth-wake"
version = "4.10.0"
version = "4.10.1"
description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
license = "ISC"
authors = ["Ackee Blockchain"]
Expand Down

0 comments on commit 05c2a14

Please sign in to comment.