Skip to content

Commit

Permalink
Merge pull request #2126 from vyperlang/release/0.2.4
Browse files Browse the repository at this point in the history
Release v0.2.4
  • Loading branch information
fubuloubu authored Aug 4, 2020
2 parents 153a60b + 05f6f6b commit 7949850
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.4
******

Date released: 03-08-2020

Non-breaking changes and improvements:

- Improve EOF Exceptions (`#2115 <https://github.com/vyperlang/vyper/pull/2115>`_)
- Improve exception messaging for type mismatches (`#2119 <https://github.com/vyperlang/vyper/pull/2119>`_)
- Ignore trailing newline tokens (`#2120 <https://github.com/vyperlang/vyper/pull/2120>`_)

Fixes:

- Fix ABI translations for structs that are returned from functions (`#2114 <https://github.com/vyperlang/vyper/pull/2114>`_)
- Raise when items that are not types are called (`#2118 <https://github.com/vyperlang/vyper/pull/2118>`_)
- Ensure hex and decimal AST nodes are serializable (`#2123 <https://github.com/vyperlang/vyper/pull/2123>`_)

v0.2.3
******

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

setup(
name="vyper",
version="0.2.3",
version="0.2.4",
description="Vyper: the Pythonic Programming Language for the EVM",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7949850

Please sign in to comment.