Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 20, 2024
1 parent 1817788 commit c6dac31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c6dac31

Please sign in to comment.