Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 23, 2024
1 parent 251759f commit b3b1e78
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.0.2 (2024-08-23)

### Fix

* handle utf-8 alias's when checking for encoding, addresses #300 ([`90bf86f`](https://github.com/algorandfoundation/puya/commit/90bf86fed54bfb1ab658020b31e8adad52a30412))

* remove `slice` from `__getitem__` in `algopy.arc4.DynamicArray` and `algopy.arc4.StaticArray` ([`c0049f1`](https://github.com/algorandfoundation/puya/commit/c0049f16a40e208f178586450eed2a4bf7648e97))

### Documentation

* improve ARC4 array documentation ([`251759f`](https://github.com/algorandfoundation/puya/commit/251759fa6475ef5d9d4ea1f99aeeb11cb1b1c7a6))

## v3.0.1 (2024-08-20)

### 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 = "3.0.1"
version = "3.0.2"
description = "An optimising compiler for Algorand Python"
authors = ["Algorand Foundation <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b3b1e78

Please sign in to comment.