Skip to content

Commit a35f340

Browse files
author
semantic-release
committed
1.2.0-beta.1
[skip ci]
1 parent 58bfbd4 commit a35f340

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# CHANGELOG
2+
## v1.2.0-beta.1 (2025-12-05)
3+
4+
### Features
5+
6+
* add fixed size variant of bytes as a separate `FixedBytes` type ([`9a2ab8e`](https://github.com/algorandfoundation/algorand-python-testing/commit/9a2ab8e3f94e9e7a2a416a94a54cf51b57599089))
7+
28
## v1.1.0 (2025-10-20)
39

410
## v1.1.0-beta.1 (2025-10-20)

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

0 commit comments

Comments
 (0)