Skip to content

Commit

Permalink
Merge pull request #2395 from iamdefinitelyahuman/release/0.2.15
Browse files Browse the repository at this point in the history
v0.2.15
  • Loading branch information
iamdefinitelyahuman authored Jul 24, 2021
2 parents fda6ee2 + 5407b5e commit 6e7dba7
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,6 +3,18 @@
Release Notes
#############

v0.2.15
*******

Date released: 23-07-2021

Non-breaking changes and improvements
- Optimization when returning nested tuples (`#2392 <https://github.com/vyperlang/vyper/pull/2392>`_)

Fixes:
- Annotated kwargs for builtins (`#2389 <https://github.com/vyperlang/vyper/pull/2389>`_)
- Storage slot allocation bug (`#2391 <https://github.com/vyperlang/vyper/pull/2391>`_)

v0.2.14
*******

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.14"
__version__ = "0.2.15"

extras_require = {
"test": [
Expand Down

0 comments on commit 6e7dba7

Please sign in to comment.