From 05c2a1475e2b8fb8c70880aabdc0e186cd927937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Tue, 11 Jun 2024 21:56:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=204.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b17039983..cecd0ef8d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,14 @@ small.label { } +## 4.10.1 (Jun 11, 2024) { id="4.10.1" } + +Fixes: + +- fixed language server unicode decoding crash when trying to read from non-existent files [language server] +- fixed Yul definitions of `shl`, `shr` and `sar` instructions in `lsp-yul-definitions` printer [language server] +- fixed handling of language server subprocess crashes [language server] + ## 4.10.0 (Jun 11, 2024) { id="4.10.0" } Features & improvements: diff --git a/pyproject.toml b/pyproject.toml index 6f6246047..6892a89a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]