Skip to content

Commit 439b563

Browse files
author
semantic-release
committed
0.3.0-beta.2
[skip ci]
1 parent 71801f0 commit 439b563

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

CHANGELOG.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
# CHANGELOG
22

3-
## v0.3.0-beta.1 (2024-08-13)
3+
## v0.3.0-beta.2 (2024-08-16)
4+
5+
### Chore
6+
7+
* chore: refreshing todos (#11)
8+
9+
[skip ci] ([`6df2567`](https://github.com/algorandfoundation/algorand-python-testing/commit/6df256700169d09620db64802ee5177d3cd5803e))
10+
11+
### Refactor
12+
13+
* refactor: moving scratch slots and app logs to TransactionBase (#10)
14+
15+
* refactor: moving scratch slots and app logs to TransactionBase
16+
17+
* build: updated to latest puyapy
18+
19+
* refactor: minor refactors
20+
21+
* refactor: refactor txn group initialization
22+
23+
* refactor: add additional gtxn properties from 2.0 stubs
24+
25+
* refactor: consolidate log and scratch space implementation.
26+
27+
logs can be mocked on the underlying application, or for specific transactions
28+
active txn can append logs
29+
30+
* refactor: defer some imports to reduce circular imports
31+
32+
* chore: add some TODO's for future work
33+
34+
* test: tweak test for mocking abi_call, by ensuring mocked function is in algopy namespace
35+
36+
* feat: implement gaid op
37+
38+
* fix: added mock implementations for new algopy functions, add util for raising consistent mockable method errors
39+
40+
* chore: add TODO for asset property
41+
42+
---------
43+
44+
Co-authored-by: Daniel McGregor <daniel.mcgregor@makerx.com.au> ([`71801f0`](https://github.com/algorandfoundation/algorand-python-testing/commit/71801f01e49b683d81fa46d2ddb1c8aaf38b89f2))
45+
46+
## v0.3.0-beta.1 (2024-08-14)
447

548
### Feature
649

@@ -228,6 +271,12 @@ chore: addressing minor todos and removing the ones already addressed
228271

229272
Co-authored-by: Daniel McGregor <daniel.mcgregor@makerx.com.au> ([`85dd58a`](https://github.com/algorandfoundation/algorand-python-testing/commit/85dd58a60f56a0737de84dcb549c01ca5a7a2851))
230273

274+
### Unknown
275+
276+
* 0.3.0-beta.1
277+
278+
[skip ci] ([`8c12bab`](https://github.com/algorandfoundation/algorand-python-testing/commit/8c12bab417eb9840014bd6cc9190618f6530d29d))
279+
231280
## v0.2.2-beta.5 (2024-07-30)
232281

233282
### Documentation

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

0 commit comments

Comments
 (0)