diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e2b2a..65b4880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## v0.5.0 (2022-05-18) +### Feature +* Array concat ([`3359442`](https://github.com/josex2r/python_js/commit/335944280ac84412b4363dadfc9ab893002ca954)) +* Reduce array ([`2b7a1fa`](https://github.com/josex2r/python_js/commit/2b7a1fa54f432c412716692b5056cba2e09de861)) +* Filter array ([`67097e0`](https://github.com/josex2r/python_js/commit/67097e06b6d1943b87f43f05abcf0f67a1dca922)) +* Array class ([`4aa20e1`](https://github.com/josex2r/python_js/commit/4aa20e1b673e6382424ff8a6cc458edb5fc7231c)) + +### Documentation +* README ([`c8f9291`](https://github.com/josex2r/python_js/commit/c8f9291d981e9ec6cbab1a61761ea432dee61ca4)) + ## v0.4.0 (2022-02-01) ### Feature * Remove long description ([`ffd8722`](https://github.com/josex2r/python_js/commit/ffd8722ddf621d49b842d0c7eb189ab9852b9500)) diff --git a/setup.py b/setup.py index 85047f7..4427294 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = "0.4.0" +__version__ = "0.5.0" setuptools.setup( name="python_js",