mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 19:36:43 +08:00
update to 0.6.0
This commit is contained in:
parent
f6e392e8db
commit
1bdc002714
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,7 +2,15 @@
|
||||
|
||||
## 最近更新
|
||||
|
||||
- 0.6.0 [@felinae98](https://github.com/felinae98) ([#113](https://github.com/felinae98/nonebot-bison/pull/113))
|
||||
### 破坏性更新
|
||||
|
||||
- 弃用 tinydb,使用 sqlite 作为数据库(届时将自动迁移数据库,可能存在失败的情况)
|
||||
- 放弃对 Python3.9 的支持
|
||||
- 重写前端
|
||||
|
||||
### 新功能
|
||||
|
||||
- 使用了新的调度器
|
||||
|
||||
### Bug 修复
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "nonebot-bison"
|
||||
version = "0.5.5"
|
||||
version = "0.6.0"
|
||||
description = "Subscribe message from social medias"
|
||||
authors = ["felinae98 <felinae225@qq.com>"]
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user