Skip to content

Commit 2b20087

Browse files
author
semantic-release
committed
0.6.0-beta.3
[skip ci]
1 parent c8d9ee8 commit 2b20087

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# CHANGELOG
2+
## v0.6.0-beta.3 (2025-05-16)
3+
4+
### Bug fixes
5+
6+
* fixes type checking of tuples with primitive types ([`e971ad6`](https://github.com/algorandfoundation/algorand-python-testing/commit/e971ad6b125f269cd0874c09d58d8962f7622f8d))
7+
8+
Adds checks to ensure that type validation applies to classes only.
9+
210
## v0.6.0-beta.2 (2025-05-15)
311

412
### Features

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

0 commit comments

Comments
 (0)