Bump version to 0.3.1

This commit is contained in:
Richard Chien
2018-08-26 13:44:54 +08:00
parent 3b67b79ffc
commit d32c27cf70
4 changed files with 41 additions and 9 deletions

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
# 更新日志
## v0.3.1
- 调整计划任务的启动时间,修复创建任务后无法立即获取下次运行时间的 bug
## v0.3.0
- 内置可选的计划任务功能(需要安装 APScheduler
## v0.2.2
- 修复快速的连续消息导致报错问题 [#5](https://github.com/richardchien/none-bot/issues/5)