Skip to content

Commit 147a734

Browse files
author
semantic-release
committed
0.0.0-beta.1
Automatically generated by python-semantic-release
1 parent 77aea6e commit 147a734

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# CHANGELOG
2+
3+
## v0.0.0-beta.1 (2024-07-10)
4+
5+
### Chore
6+
7+
* chore: improving codebase; adding semantic releases; fixing scripts & tests post migration (#2)
8+
9+
* fix: patching helper scripts; adding pre-commit; bumping compiler version
10+
11+
* ci: adding semantic releases
12+
13+
* chore: patching pipeline
14+
15+
* chore: improving cd
16+
17+
* chore: patching ci
18+
19+
* chore: refining ci
20+
21+
* chore: refine ci ([`8d43492`](https://github.com/algorandfoundation/algorand-python-testing/commit/8d43492adfeb53fd2824f0ea812a9c30bf6bb339))
22+
23+
* chore: moving out algorand-python-testing from puya repo (#1)
24+
25+
* chore: moving out algorand-python-testing from puya repo
26+
27+
* chore: addressing pr comments; adding ci; adding docs ([`a488ac3`](https://github.com/algorandfoundation/algorand-python-testing/commit/a488ac3091787b63dca90ade43cb8520ff63d612))
28+
29+
* chore: initial commit ([`66ed184`](https://github.com/algorandfoundation/algorand-python-testing/commit/66ed1844ced07bb4a9fc34ba6a7276b469942084))
30+
31+
### Ci
32+
33+
* ci: patch hatch build invocation in cd ([`77aea6e`](https://github.com/algorandfoundation/algorand-python-testing/commit/77aea6ea20266b82c2b7f09c0fc552137740b5d5))

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

0 commit comments

Comments
 (0)