Skip to content

Commit

Permalink
4.4.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Feb 24, 2025
1 parent 4436f79 commit 0408e70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# CHANGELOG
## v4.4.2 (2025-02-24)

### Fix

* fix compilation error during TEAL optimisations with greatly nested code ([`4436f79`](/~https://github.com/algorandfoundation/puya/commit/4436f795cafce919bae517e28b7e1b2015bf87d6))

* gracefully handle cases where infinite loops are detected ([`c6b23d5`](/~https://github.com/algorandfoundation/puya/commit/c6b23d54ca687ed7a06b171ada97e8167626119a))

* _TemplateVariableTypeCollector not visiting subroutine call args (#395) ([`0518184`](/~https://github.com/algorandfoundation/puya/commit/05181849dc679f3e75ce898e6a8828e9bae359a3))

## v4.4.1 (2025-02-21)

### Fix
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 = "4.4.1"
version = "4.4.2"
description = "An optimising compiler for Algorand Python"
authors = ["Algorand Foundation <contact@algorand.foundation>"]
readme = "README.md"
Expand Down

0 comments on commit 0408e70

Please sign in to comment.