Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 23, 2024
1 parent eaf2700 commit b77ff58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# CHANGELOG
## v3.4.0 (2024-10-23)

### Feature

* Named tuple support in contract to contract calls ([`c742281`](https://github.com/algorandfoundation/puya/commit/c7422817d45187db960a1cb2a09d618c668429ee))

* Named tuples ([`e0abe5c`](https://github.com/algorandfoundation/puya/commit/e0abe5c572d5dbd0049ea34ed77000333b1e6d57))

### Fix

* Round trip serialization of names property on WTuple ([`dd7b679`](https://github.com/algorandfoundation/puya/commit/dd7b679389b77db4b7d1e73335ed23c6672d64ca))

## v3.3.0 (2024-10-16)

## v3.2.3 (2024-10-15)
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.3.0"
version = "3.4.0"
description = "An optimising compiler for Algorand Python"
authors = ["Algorand Foundation <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b77ff58

Please sign in to comment.