Skip to content

Commit 01e0adb

Browse files
author
semantic-release
committed
0.2.2-beta.4
[skip ci]
1 parent 6c02d0b commit 01e0adb

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,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.2.2-beta.4 (2024-07-25)
4+
5+
### Ci
6+
7+
* ci: improve cd pipeline to ensure dist is cleaned up before build done by semantic release (#7) ([`6c02d0b`](https://github.com/algorandfoundation/algorand-python-testing/commit/6c02d0b5f08106ac39125f9b1fbbb84203c27bf6))
8+
39
## v0.2.2-beta.3 (2024-07-25)
410

511
### Ci
@@ -10,6 +16,12 @@
1016

1117
* chore: tweaking patch tags ([`842f9b5`](https://github.com/algorandfoundation/algorand-python-testing/commit/842f9b55d3bc491f6f32ed3b132a9422b6b7f987))
1218

19+
### Unknown
20+
21+
* 0.2.2-beta.3
22+
23+
[skip ci] ([`0919c42`](https://github.com/algorandfoundation/algorand-python-testing/commit/0919c42e160f76c49c2c8a02acc05a658bbd3fb5))
24+
1325
## v0.2.2-beta.2 (2024-07-25)
1426

1527
### Ci

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

0 commit comments

Comments
 (0)