Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit c230340

Browse files
semantic-releasesloria
semantic-release
authored andcommitted
22.17.0
Automatically generated by python-semantic-release
1 parent c053caf commit c230340

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v22.17.0 (2022-02-20)
6+
### Feature
7+
* **stars:** Validate stars param; refactoring ([#443](https://github.com/OpenASL/HowSignBot/issues/443)) ([`3187ba6`](https://github.com/OpenASL/HowSignBot/commit/3187ba6fedbf3eb20f5dd15065120105d5204542))
8+
9+
### Fix
10+
* **stars:** Don't show users who have 0 stars in leaderboard ([#442](https://github.com/OpenASL/HowSignBot/issues/442)) ([`90ea3dc`](https://github.com/OpenASL/HowSignBot/commit/90ea3dc5c7ee392f46c56c4e1542670be7afd022))
11+
512
## v22.16.1 (2022-02-20)
613
### Fix
714
* **stars:** Fix log message ([#441](https://github.com/OpenASL/HowSignBot/issues/441)) ([`8360a30`](https://github.com/OpenASL/HowSignBot/commit/8360a304ce768f7eca868a240a157ec675f2a28b))

bot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import database
22

33
__all__ = ["database"]
4-
__version__ = "22.16.1"
4+
__version__ = "22.17.0"

0 commit comments

Comments
 (0)