Skip to content

Commit

Permalink
chore: release v2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Jan 9, 2024
1 parent 44d3411 commit f993b61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v2.5.0: Responsiveness improvement, tiny enhancements and fixes

### Addition

Expand All @@ -13,6 +13,7 @@
### Bug fixes

- **Stay in topic group even when the "General" topic is closed**: Now that topic groups are not fully supported, the bot can only send messages in the "General" topic. Previously, the bot would only send an error message to the bot manager if the "General" topic is closed. Now the bot will leave the topic group, without disturbing the bot manager, if the "General" topic is closed. This is a temporary limitation before topic groups are fully supported.
- **v2.4.1 not released to PyPI**: Due to a previous mistake, v2.4.1 could not be released to PyPI. v2.5.0 fixes the mistake and is released to PyPI.

## v2.4.1: Minor enhancements, bug fixes, and Happy New Year!

Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

## 尚未发布
## v2.5.0: 响应性优化、小的增强和修复

### 新增功能

Expand All @@ -13,6 +13,7 @@
### Bug 修复

- **即使 “General” 话题已关闭,也留在话题群组中**: 由于话题群组尚未被完全支持,bot 只能在 “General” 话题中发送消息。先前,如果 “General” 话题被关闭,bot 只会向 bot 管理员发送错误消息。现在,如果 “General” 话题被关闭,bot 将离开话题群组,而不再打扰 bot 管理员。这是在话题群组完全受支持之前的一个临时限制。
- **v2.4.1 未被发布到 PyPI**: 由于一个先前的失误,v2.4.1 无法被发布到 PyPI。v2.5.0 修正了这一失误,并被发布到 PyPI。

## v2.4.1: 次要的增强和 bug 修复,以及新年快乐!

Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.0"
__version__ = "2.5.0"

0 comments on commit f993b61

Please sign in to comment.