From c6dac312a16836a3e8cc2e30beab55634faa2f13 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 20 Aug 2024 07:09:50 +0000 Subject: [PATCH] 3.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 669dc7b7e5..bc6e91698c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # CHANGELOG +## v3.0.1 (2024-08-20) + +### Fix + +* handle `in`/`not in` tests correctly for differing types that can still be considered equal ([`234c376`](https://github.com/algorandfoundation/puya/commit/234c376aaad6ae5eab897a934fd8609075222757)) + +* do not error when using `algopy.arc4.abi_call` with a method selector string containing no arguments ([`74577c4`](https://github.com/algorandfoundation/puya/commit/74577c4aa3261567f514decf75f53abe5d44c421)) + ## v3.0.0 (2024-08-16) ### Breaking diff --git a/pyproject.toml b/pyproject.toml index bba4830e88..ec75b9139d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "puyapy" -version = "3.0.0" +version = "3.0.1" description = "An optimising compiler for Algorand Python" authors = ["Algorand Foundation "] readme = "README.md"