From 0a1b84a1a7b4cd7e1c3416937ff257e727c99b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Mon, 4 Nov 2024 19:17:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=204.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index d2440a2a..47661e47 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,16 @@ small.label { } +## 4.13.1 (Nov 4, 2024) { id="4.13.1" } + +Fixes: + +- fixed non-deterministic pytypes generation for source files under multiple different source unit names [testing & deployment framework] +- fixed pytypes generation for source units with dots in their names [testing & deployment framework] +- fixed `tx` not assigned on error that could not be resolved [testing & deployment framework] +- fixed latest supported tx type not properly detected with Anvil caused by breaking change in Anvil [testing framework] +- fixed base fee parsing with Anvil caused by breaking change in Anvil [testing framework] + ## 4.13.0 (Oct 14, 2024) { id="4.13.0" } Features & improvements: diff --git a/pyproject.toml b/pyproject.toml index 35325be3..f7ae9dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eth-wake" -version = "4.13.0" +version = "4.13.1" description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors." license = "ISC" authors = ["Ackee Blockchain"]