From 317c781e541b640482e6979581e1a0dbd0de49ed Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 24 Sep 2024 14:21:15 +0000 Subject: [PATCH] 3.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 956724b787..66500a1f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # CHANGELOG +## v3.2.0 (2024-09-24) + +### Feature + +* expand handling of literal expressions to allow combining them with binary boolean operators, and improve error messaging when handling of type unions in nested bool contexts ([`b4e0c30`](https://github.com/algorandfoundation/puya/commit/b4e0c306e59dab70664f0c2509bc5eb9458b2821)) + +### Fix + +* prevent error that occurs when removing a series of redundant Load and Store ops ([`17778b8`](https://github.com/algorandfoundation/puya/commit/17778b859d4e0b0f3dbc329afbd64f8908470d5d)) + +* fix compilation error when a nested tuple is passed as a named argument ([`d849496`](https://github.com/algorandfoundation/puya/commit/d849496dfe5b4b14ee1cc38cfdce8cfb8066c70d)) + ## v3.1.0 (2024-09-13) ### Feature diff --git a/pyproject.toml b/pyproject.toml index b661ecd5b8..3b1145b21b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "puyapy" -version = "3.1.0" +version = "3.2.0" description = "An optimising compiler for Algorand Python" authors = ["Algorand Foundation "] readme = "README.md"