Skip to content

Commit 4e7368c

Browse files
author
semantic-release
committed
0.3.0-beta.5
[skip ci]
1 parent 1f1f2ea commit 4e7368c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# CHANGELOG
2+
## v0.3.0-beta.5 (2024-08-21)
3+
4+
### Fix
5+
6+
* 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))
7+
8+
* fix: add default __eq__ implementation for ARC4 types
9+
10+
* 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)
11+
12+
* feat: add __str__ and __repr__ implementations for ARC4 types
13+
14+
* refactor: make ARC4 type_info private
15+
16+
* refactor: make ARC4 struct inherit _ABIEncoded
17+
18+
* refactor: removing get_app_for_contract; expanding get_app; parsing on_complete
19+
220
## v0.3.0-beta.4 (2024-08-21)
321

422
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "algorand-python-testing"
7-
version = "0.3.0-beta.4"
7+
version = "0.3.0-beta.5"
88
description = 'Algorand Python testing library'
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)