File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " algorand-python-testing"
7- version = " 0.0.2 -beta.1"
7+ version = " 0.0.0 -beta.1"
88description = ' Algorand Python testing library'
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments