We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006c899 commit 85e0b0cCopy full SHA for 85e0b0c
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# CHANGELOG
2
+## v1.0.0-beta.2 (2025-09-03)
3
+
4
+### Features
5
6
+* add stub implementations of array types ([`b7b831d`](https://github.com/algorandfoundation/algorand-python-testing/commit/b7b831da7570367494e823485910bc7191376e48))
7
8
## v1.0.0-beta.1 (2025-07-16)
9
10
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "algorand-python-testing"
-version = "1.0.0-beta.1"
+version = "1.0.0-beta.2"
description = 'Algorand Python testing library'
readme = "README.md"
requires-python = ">=3.12"
0 commit comments