Skip to content

Commit

Permalink
0.3.0-beta.5
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release committed Aug 21, 2024
1 parent 1f1f2ea commit 4e7368c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# CHANGELOG
## v0.3.0-beta.5 (2024-08-21)

### Fix

* ensure mutable types (ARC4 tuple, array and structs) have their changes propagated back to container-like types (global/local state, boxes, ARC4 mutable types) (#14) ([`1f1f2ea`](https://github.com/algorandfoundation/algorand-python-testing/commit/1f1f2ea43a2f4f906cbcd5709b8e86b5c1f2bc63))

* fix: add default __eq__ implementation for ARC4 types

* fix: ensure mutable types (ARC4 tuple, array and structs) have their changes propagated back to container-like types (global/local state, boxes, ARC4 mutable types)

* feat: add __str__ and __repr__ implementations for ARC4 types

* refactor: make ARC4 type_info private

* refactor: make ARC4 struct inherit _ABIEncoded

* refactor: removing get_app_for_contract; expanding get_app; parsing on_complete

## v0.3.0-beta.4 (2024-08-21)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "algorand-python-testing"
version = "0.3.0-beta.4"
version = "0.3.0-beta.5"
description = 'Algorand Python testing library'
readme = "README.md"
requires-python = ">=3.12"
Expand Down

0 comments on commit 4e7368c

Please sign in to comment.