Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 10:28
· 28 commits to refs/heads/main since this release

💥 破坏性变更

  • remove!: 不再支持 Python 3.8
  • feat!: 迁移至 nb orm @he0119 (#190)

Warning

本次更新将数据库插件由 nonebot-plugin-datastore 迁移至 nonebot-plugin-orm

若希望保留之前的数据,需要确保同时安装 nonebot-plugin-datastorenonebot-plugin-orm,并运行 nb orm upgrade 进行迁移

若迁移之前插件不是最新版本(v0.5.2 版),需要首先升级至 v0.5.2 版,并运行 nb datastore upgrade,以确保数据库处于最新状态,之后再进行上述的迁移

🚀 新功能

🐛 Bug 修复

💫 杂项