Skip to content

Commit dfa0a1b

Browse files
author
semantic-release
committed
0.2.2-beta.5
[skip ci]
1 parent eddf612 commit dfa0a1b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
# CHANGELOG
22

3+
## v0.2.2-beta.5 (2024-07-30)
4+
5+
### Documentation
6+
7+
* docs: patch urls in README.md (#9)
8+
9+
* chore: patch urls in README.md
10+
11+
* ci: relaxing rules around paths-ignore
12+
13+
* docs: patching old namespace name in readme ([`eddf612`](https://github.com/algorandfoundation/algorand-python-testing/commit/eddf612b177a2acddf15d58be3f375e99fb6564b))
14+
315
## v0.2.2-beta.4 (2024-07-25)
416

517
### Ci
618

719
* 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))
820

21+
### Unknown
22+
23+
* 0.2.2-beta.4
24+
25+
[skip ci] ([`01e0adb`](https://github.com/algorandfoundation/algorand-python-testing/commit/01e0adbe68c7c2de1668b90ef4e19844dec0326a))
26+
927
## v0.2.2-beta.3 (2024-07-25)
1028

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

0 commit comments

Comments
 (0)