Skip to content

Commit

Permalink
Merge pull request #2388 from iamdefinitelyahuman/release/0.2.14
Browse files Browse the repository at this point in the history
v0.2.14
  • Loading branch information
fubuloubu authored Jul 20, 2021
2 parents 8b71a61 + 1312bbf commit db2606d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@
Release Notes
#############

v0.2.14
*******

Date released: 20-07-2021

Non-breaking changes and improvements:
- Reduce bytecode by sharing code for clamps (`#2387 <https://github.com/vyperlang/vyper/pull/2387>`_)

Fixes:
- Storage corruption from re-entrancy locks (`#2379 <https://github.com/vyperlang/vyper/pull/2379>`_)

v0.2.13
*******
**THIS RELEASE HAS BEEN PULLED**

Date released: 06-07-2021

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.13"
__version__ = "0.2.14"

extras_require = {
"test": [
Expand Down

0 comments on commit db2606d

Please sign in to comment.