From a13ce43874dd13200a0993d2925f72805800e1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Mon, 7 Oct 2024 21:47:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=204.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index bc13a792..4c61cf4e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,18 @@ small.label { } +## 4.12.1 (Oct 7, 2024) { id="4.12.1" } + +Fixes & improvements: + +- fixed removal of errored files from compilation build [core] +- fixed AST node indexing of multiple structurally different ASTs [core] +- fixed crashes on non-utf8 files present in workspace on compilation [core] +- increased timeouts for solc binary installation [core] +- fixed LSP features not available for files without workspace [language server] +- improved error logging of LSP subprocesses [language server] +- Anvil is now also being searched in standard `~/.foundry/bin` directory [testing framework] + ## 4.12.0 (Oct 2, 2024) { id="4.12.0" } Features & improvements: diff --git a/pyproject.toml b/pyproject.toml index 230667ba..325d3c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eth-wake" -version = "4.12.0" +version = "4.12.1" description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors." license = "ISC" authors = ["Ackee Blockchain"]