update to 0.6.0

This commit is contained in:
felinae98
2022-10-10 18:52:14 +08:00
parent f6e392e8db
commit 1bdc002714
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -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 修复 ### Bug 修复
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "nonebot-bison" name = "nonebot-bison"
version = "0.5.5" version = "0.6.0"
description = "Subscribe message from social medias" description = "Subscribe message from social medias"
authors = ["felinae98 <felinae225@qq.com>"] authors = ["felinae98 <felinae225@qq.com>"]
license = "MIT" license = "MIT"