diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6eb4908fc4..35a65767d1 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,6 +3,29 @@ Release Notes ############# +v0.2.9 +****** + +Date released: 16-02-2021 + +Non-breaking changes and improvements: +- Add license to wheel, Anaconda support (`#2265 `_) +- Consider events during type-check with `implements:` (`#2283 `_) +- Refactor ABI generation (`#2284 `_) +- Remove redundant checks in parser/signatures (`#2288 `_) +- Streamling ABI-encoding logic for tuple return types (`#2302 `_) +- Optimize function ordering within bytecode (`#2303 `_) +- Assembly-level optimizations (`#2304 `_) +- Optimize nonpayable assertion (`#2307 `_) +- Optimize re-entrancy locks (`#2308 `_) + +Fixes: +- Change forwarder proxy bytecode to ERC-1167 (`#2281 `_) +- Reserved keywords check update (`#2286 `_) +- Incorrect type-check error in literal lists (`#2309 `_) + +Tons of Refactoring work courtesy of (`@iamdefinitelyahuman `_)! + v0.2.8 ****** diff --git a/setup.py b/setup.py index 809f2792e9..fc433a82cc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup -__version__ = "0.2.8" +__version__ = "0.2.9" extras_require = { "test": [