Skip to content

Commit 64208fb

Browse files
author
semantic-release
committed
0.4.1-beta.1
[skip ci]
1 parent 24bcf9d commit 64208fb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# CHANGELOG
2+
## v0.4.1-beta.1 (2024-09-03)
3+
4+
### Fix
5+
6+
* ability to pass kw_only flag to dataclass when defining struct subclass (#23) ([`24bcf9d`](https://github.com/algorandfoundation/algorand-python-testing/commit/24bcf9d8af34eb2675ddf85ce9d71802f82f2d6a))
7+
8+
* fix: ability to pass kw_only flag to dataclass when defining struct subclass
9+
10+
* chore: add dependabot yaml
11+
12+
* chore: adding ability to pass args to struct init subclass
13+
214
## v0.4.0 (2024-08-27)
315

416
## v0.4.0-beta.2 (2024-08-27)

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

0 commit comments

Comments
 (0)