Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Feb 21, 2025
1 parent f3d2b85 commit 69cb0bb
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
## v4.4.1 (2025-02-21)

### Fix

* prevent `proto` instruction from being looped to and thus executed multiple times, potentially causing an execution failure ([`7393bab`](/~https://github.com/algorandfoundation/puya/commit/7393babc0e9bd9a681daeb052424a41645048243))

* handle implicit conversions of `algopy.Account` to `algopy.arc4.Address` ([`6ef05bc`](/~https://github.com/algorandfoundation/puya/commit/6ef05bcca0e8b1c2894c88b655aac137b895a006))

## v4.4.0 (2025-02-18)

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

0 comments on commit 69cb0bb

Please sign in to comment.