Skip to content

Commit 596c72f

Browse files
author
semantic-release
committed
0.3.0-beta.6
[skip ci]
1 parent 9d97d0d commit 596c72f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
# CHANGELOG
2+
## v0.3.0-beta.6 (2024-08-21)
3+
4+
### Documentation
5+
6+
* documentation for initial stable release of `algorand-python-testing` (#8) ([`9d97d0d`](https://github.com/algorandfoundation/algorand-python-testing/commit/9d97d0de5ff9897e642ec3f11a186f2fb95375bb))
7+
8+
* docs: wip
9+
10+
* chore: refresh pyproject
11+
12+
* docs: refining docs (wip)
13+
14+
* chore: integrating doctests
15+
16+
* docs: revamping docs with latest features
17+
18+
* docs: minor consistency with main readme; patching doctests
19+
20+
* docs: removing the box from examples
21+
22+
* docs: refine op codes section
23+
24+
* chore: merge conflicts
25+
26+
* chore: apply suggestions from code review
27+
28+
Co-authored-by: Daniel McGregor <daniel.mcgregor@makerx.com.au>
29+
30+
* docs: addressing docs pr comments
31+
232
## v0.3.0-beta.5 (2024-08-21)
333

434
### Fix

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

0 commit comments

Comments
 (0)