Commit f67fd6a semantic-release
committed
1 parent 57a8f13 commit f67fd6a Copy full SHA for f67fd6a
File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
21
## v0.3.0-beta.2 (2024-08-16)
4
22
5
23
### Chore
@@ -43,6 +61,12 @@ active txn can append logs
43
61
44
62
Co-authored-by: Daniel McGregor < ; daniel.mcgregor@makerx.com.au > ; ([ ` 71801f0 ` ] ( https://github.com/algorandfoundation/algorand-python-testing/commit/71801f01e49b683d81fa46d2ddb1c8aaf38b89f2 ) )
45
63
64
+ ### Unknown
65
+
66
+ * 0.3.0-beta.2
67
+
68
+ [ skip ci] ([ ` 439b563 ` ] ( https://github.com/algorandfoundation/algorand-python-testing/commit/439b56309506ac4ebdfe2ce053b3fb4497789ae5 ) )
69
+
46
70
## v0.3.0-beta.1 (2024-08-14)
47
71
48
72
### Feature
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " algorand-python-testing"
7
- version = " 0.3.0-beta.2 "
7
+ version = " 0.3.0-beta.3 "
8
8
description = ' Algorand Python testing library'
9
9
readme = " README.md"
10
10
requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments