From 49e8d519058ee19a8b10aa8421353f89ba9940e9 Mon Sep 17 00:00:00 2001 From: Just some guy <3859395+fubuloubu@users.noreply.github.com> Date: Fri, 16 Apr 2021 00:02:48 -0400 Subject: [PATCH 1/2] chore: update release notes for v0.2.12 --- docs/release-notes.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index abbe00391a..61b2b24da6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,6 +3,23 @@ Release Notes ############# +v0.2.12 +******* + +Date released: 16-04-2021 + +This release fixes a memory corruption bug (`#2345 `_) that was introduced in the v0.2.x series +and was not fixed in `VVE-2020-0004 `_. Read about it further in +`VVE-2021-0001 `_. + +Non-breaking changes and improvements: + +- Optimize ``calldataload`` (`#2352 `_) +- Add the ``int256`` signed integer type (`#2351 `_) +- EIP2929 opcode repricing and Berlin support (`#2350 `_) +- Add ``msg.data`` environment variable #2343 (`#2343 `_) +- Full support for Python 3.9 (`#2233 `_) + v0.2.11 ******* From 3fb483c584e6bf425f426e48ef4bdaec7776e8d6 Mon Sep 17 00:00:00 2001 From: Just some guy <3859395+fubuloubu@users.noreply.github.com> Date: Fri, 16 Apr 2021 00:04:21 -0400 Subject: [PATCH 2/2] chore: bumpversion 0.2.11 -> 0.2.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e50428708d..cb82f9b487 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup -__version__ = "0.2.11" +__version__ = "0.2.12" extras_require = { "test": [