Skip to content

Commit 989b968

Browse files
author
semantic-release
committed
1.0.0
[skip ci] Automatically generated by python-semantic-release
1 parent 22e5193 commit 989b968

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

CHANGELOG.md

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

3+
## v1.0.0 (2024-10-15)
4+
5+
### Ci
6+
7+
* ci: add missing shell key ([`1b0bff7`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/1b0bff71fb268d8c3b2516e843977b2386aabbc3))
8+
9+
* ci: ensure rc is set to 0 by default ([`961c25a`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/961c25a8750afe53b3dec80acccce913c05f4848))
10+
11+
* ci: remove pipefail from check_version ([`6af76bc`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/6af76bc419cc8b303012846127dbe873531d4067))
12+
13+
* ci: add shell to composite action, github_token input ([`c9dbbd8`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/c9dbbd8b14bcaca95f0b3d29db94411da22123c7))
14+
15+
* ci: check version increment before release ([`9bfc365`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/9bfc36509f4f3d3f4b7c8be71592c74f4ee45d93))
16+
17+
* ci: skip ci for changelog commit ([`78dd62a`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/78dd62aae8849b340276ec23ef49079f791d728e))
18+
19+
### Unknown
20+
21+
* Merge pull request #12 from algorandfoundation/main
22+
23+
1.0 release (fixed CD) ([`22e5193`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/22e5193dbcd8a874e5c15846fa8f751dec682448))
24+
25+
* Merge pull request #11 from algorandfoundation/ci/specify_shell
26+
27+
ci: add missing shell key ([`7b005b7`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/7b005b754b92f22b091f6f9b4704ad984bf745ae))
28+
29+
* Merge pull request #6 from algorandfoundation/main
30+
31+
1.0 release ([`7e82b58`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/7e82b58cfff3bf1ce6e43ab9d05bda012b869a1a))
32+
33+
* Merge pull request #10 from algorandfoundation/ci/fix_check_version
34+
35+
ci: ensure rc is set to 0 by default ([`a3afd2c`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/a3afd2ca68500e81ee97c7c8410a94e50d2d226f))
36+
37+
* Merge pull request #9 from algorandfoundation/ci/rm_pipefail_check_version
38+
39+
ci: remove pipefail from check_version ([`53c3cc3`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/53c3cc3bd7c38af45593e7e4e22063bc85ef8370))
40+
41+
* rename workflow ([`dd24b8d`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/dd24b8d500cb84b43e4e014087f497d7792032b2))
42+
43+
* Merge pull request #8 from algorandfoundation/ci/check_version_increment
44+
45+
ci: check version increment before release ([`17caf58`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/17caf58d8564e3170b2ce88155c928884850f9c5))
46+
47+
* Merge pull request #7 from algorandfoundation/ci/changelog_skip_ci
48+
49+
ci: skip ci for changelog commit ([`91507eb`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/91507eb7e90e0844706cc0af904c7c60b8539d68))
50+
351
## v1.0.0-beta.2 (2024-10-04)
452

553
### Documentation
@@ -8,6 +56,10 @@
856

957
### Unknown
1058

59+
* 1.0.0-beta.2
60+
61+
Automatically generated by python-semantic-release ([`1793b05`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/1793b055900fe07b9d1b3a5977ff31e6570ae223))
62+
1163
* Merge pull request #5 from algorandfoundation/docs/readme
1264

1365
docs: update README ([`ecdb6b1`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/ecdb6b1b3ff3a917a9dca4abc673d4454d57894f))
@@ -22,6 +74,10 @@ docs: update README ([`ecdb6b1`](https://github.com/algorandfoundation/algokit-s
2274

2375
### Unknown
2476

77+
* 1.0.0-beta.1
78+
79+
Automatically generated by python-semantic-release ([`c9febb8`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/c9febb8c2dc451db7f578413d712deca13067f08))
80+
2581
* Merge pull request #4 from algorandfoundation/first_pr
2682

2783
First PR into main ([`3541db6`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/3541db6fac4532a5e598288614846bf489c8f0f5))

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.2"
3+
version = "1.0.0"
44
description = ""
55
authors = ["Algorand Foundation"]
66
readme = "README.md"

0 commit comments

Comments
 (0)