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

Commit 402557f

Browse files
semantic-releasesloria
semantic-release
authored andcommitted
22.16.0
Automatically generated by python-semantic-release
1 parent d992f03 commit 402557f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## v22.16.0 (2022-02-20)
6+
### Feature
7+
* **stars:** Add /stars info and /stars me ([#440](https://github.com/OpenASL/HowSignBot/issues/440)) ([`d992f03`](https://github.com/OpenASL/HowSignBot/commit/d992f0305e1c7dcb85088465dd63df71f4498759))
8+
* **sign_cafe:** Add star functionality ([#439](https://github.com/OpenASL/HowSignBot/issues/439)) ([`07b7931`](https://github.com/OpenASL/HowSignBot/commit/07b793132e8d3aa120b52de6f86a07fade065e7c))
9+
10+
### Fix
11+
* **schedule:** Avoid hitting length limits when listing events ([#438](https://github.com/OpenASL/HowSignBot/issues/438)) ([`a3daa45`](https://github.com/OpenASL/HowSignBot/commit/a3daa459dbcb03b9da8fbd2d15a2e57b8f9d8f7e))
12+
513
## v22.15.0 (2022-02-12)
614
### Feature
715
* **sign_cafe:** Basic autothreading functionality ([#429](https://github.com/OpenASL/HowSignBot/issues/429)) ([`97f95fb`](https://github.com/OpenASL/HowSignBot/commit/97f95fb1901bec7f68c46955a1b6fd539f2a82e1))

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.15.0"
4+
__version__ = "22.16.0"

0 commit comments

Comments
 (0)