Skip to content

Commit

Permalink
0.4.1-beta.1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release committed Sep 3, 2024
1 parent 24bcf9d commit 64208fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# CHANGELOG
## v0.4.1-beta.1 (2024-09-03)

### Fix

* ability to pass kw_only flag to dataclass when defining struct subclass (#23) ([`24bcf9d`](https://github.com/algorandfoundation/algorand-python-testing/commit/24bcf9d8af34eb2675ddf85ce9d71802f82f2d6a))

* fix: ability to pass kw_only flag to dataclass when defining struct subclass

* chore: add dependabot yaml

* chore: adding ability to pass args to struct init subclass

## v0.4.0 (2024-08-27)

## v0.4.0-beta.2 (2024-08-27)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "algorand-python-testing"
version = "0.4.0"
version = "0.4.1-beta.1"
description = 'Algorand Python testing library'
readme = "README.md"
requires-python = ">=3.12"
Expand Down

0 comments on commit 64208fb

Please # to comment.