Skip to content

Commit f67fd6a

Browse files
author
semantic-release
committed
0.3.0-beta.3
[skip ci]
1 parent 57a8f13 commit f67fd6a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## v0.3.0-beta.3 (2024-08-16)
4+
5+
### Refactor
6+
7+
* refactor: move box storage onto ApplicationContextData (#12)
8+
9+
* refactor: move box storage onto ApplicationContextData
10+
11+
Require app reference when interacting with boxes
12+
13+
* refactor: moving getters setters of global local state to ledger context
14+
15+
* refactor: more laconic names for methods/vars referencing application -> app
16+
17+
---------
18+
19+
Co-authored-by: Altynbek Orumbayev <altynbek.orumbayev@makerx.com.au> ([`57a8f13`](https://github.com/algorandfoundation/algorand-python-testing/commit/57a8f137c99e0890b98daf821cb8c47a19d20350))
20+
321
## v0.3.0-beta.2 (2024-08-16)
422

523
### Chore
@@ -43,6 +61,12 @@ active txn can append logs
4361

4462
Co-authored-by: Daniel McGregor <daniel.mcgregor@makerx.com.au> ([`71801f0`](https://github.com/algorandfoundation/algorand-python-testing/commit/71801f01e49b683d81fa46d2ddb1c8aaf38b89f2))
4563

64+
### Unknown
65+
66+
* 0.3.0-beta.2
67+
68+
[skip ci] ([`439b563`](https://github.com/algorandfoundation/algorand-python-testing/commit/439b56309506ac4ebdfe2ce053b3fb4497789ae5))
69+
4670
## v0.3.0-beta.1 (2024-08-14)
4771

4872
### Feature

pyproject.toml

+1-1
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.2"
7+
version = "0.3.0-beta.3"
88
description = 'Algorand Python testing library'
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)