Skip to content

Commit 49e5f23

Browse files
author
semantic-release
committed
1.0.0-beta.6
[skip ci] Automatically generated by python-semantic-release
1 parent 9c4ae12 commit 49e5f23

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.0.0-beta.6 (2025-03-25)
5+
6+
### Chores
7+
8+
- Bump to prod
9+
([`7e70bf1`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/7e70bf148179c4760cf211e800d4736ddfa2e9c4))
10+
11+
- Utils-v3 migration ([#18](https://github.com/algorandfoundation/algokit-subscriber-py/pull/18),
12+
[`09a58fd`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/09a58fd4519a82749931c2e055e75a91044b617c))
13+
14+
## Proposed Changes
15+
16+
- Updating tests to rely on utils-v3
17+
18+
## TODO
19+
20+
- Update to production release after prod utils v3 is available on pypi - @lempira no major bumps in
21+
semantic version needed, as it doesn't affect production code, only the testing stack itself.
22+
However note, that I also removed semantic releases dependency as well as dependency on
23+
algokit_utils from the prod dependencies list -> i assume they were added there by accident.
24+
Algokit utils isn't utilized within the src codebase, only the testing stack.
25+
26+
### Documentation
27+
28+
- Ak-194: Updated dev portal links
29+
([#22](https://github.com/algorandfoundation/algokit-subscriber-py/pull/22),
30+
[`9c4ae12`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/9c4ae1228463a65bd0a861c1c0629718facd0f36))
31+
32+
## Proposed Changes
33+
34+
- - -
35+
36+
437
## v1.0.0-beta.5 (2025-02-15)
538

639
### Chores
740

41+
- Bump to latest beta
42+
([`c405386`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/c405386502b0c963fc6dbe59c57fae26975e5653))
43+
844
- Update python semantic release
945
([#20](https://github.com/algorandfoundation/algokit-subscriber-py/pull/20),
1046
[`57039ab`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/57039ab79907f1693a60a9638b3c285cbd59685b))
1147

1248
Noting that there are CI failures, but they are fixed in #19. I want to merge this first to avoid
1349
noise in the changelog once #19 is merged
1450

51+
- Utils-v3 migration
52+
([`a099d68`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/a099d684b902bd37888f95821bdd8d956cdcba81))
53+
1554
### Features
1655

1756
- Support heartbeat transactions and proposer payouts

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "algokit-subscriber"
3-
version = "1.0.0-beta.5"
3+
version = "1.0.0-beta.6"
44
description = ""
55
authors = ["Algorand Foundation"]
66
readme = "README.md"

0 commit comments

Comments
 (0)