Skip to content

Commit

Permalink
Merge pull request #2354 from vyperlang/release/0.2.12
Browse files Browse the repository at this point in the history
chore: update release notes for v0.2.12
  • Loading branch information
iamdefinitelyahuman authored Apr 16, 2021
2 parents 3af89b5 + 3fb483c commit 2c6842c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
Release Notes
#############

v0.2.12
*******

Date released: 16-04-2021

This release fixes a memory corruption bug (`#2345 <https://github.com/vyperlang/vyper/pull/2345>`_) that was introduced in the v0.2.x series
and was not fixed in `VVE-2020-0004 <https://github.com/vyperlang/vyper/security/advisories/GHSA-2r3x-4mrv-mcxf>`_. Read about it further in
`VVE-2021-0001 <https://github.com/vyperlang/vyper/security/advisories/GHSA-22wc-c9wj-6q2v>`_.

Non-breaking changes and improvements:

- Optimize ``calldataload`` (`#2352 <https://github.com/vyperlang/vyper/pull/2352>`_)
- Add the ``int256`` signed integer type (`#2351 <https://github.com/vyperlang/vyper/pull/2351>`_)
- EIP2929 opcode repricing and Berlin support (`#2350 <https://github.com/vyperlang/vyper/pull/2350>`_)
- Add ``msg.data`` environment variable #2343 (`#2343 <https://github.com/vyperlang/vyper/pull/2343>`_)
- Full support for Python 3.9 (`#2233 <https://github.com/vyperlang/vyper/pull/2233>`_)

v0.2.11
*******

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = "0.2.11"
__version__ = "0.2.12"

extras_require = {
"test": [
Expand Down

0 comments on commit 2c6842c

Please sign in to comment.