Skip to content

Commit

Permalink
bump version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Mar 1, 2024
1 parent a957fca commit 5f39066
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _✨ [Nonebot2](https://github.com/nonebot/nonebot2) 聊天记录插件 ✨_
<p align="center">
<img src="https://img.shields.io/github/license/noneplugin/nonebot-plugin-chatrecorder" alt="license">
<img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python">
<img src="https://img.shields.io/badge/nonebot-2.0.0+-red.svg" alt="NoneBot">
<img src="https://img.shields.io/badge/nonebot-2.2.0+-red.svg" alt="NoneBot">
<a href="https://pypi.org/project/nonebot-plugin-chatrecorder">
<img src="https://badgen.net/pypi/v/nonebot-plugin-chatrecorder" alt="pypi">
</a>
Expand Down Expand Up @@ -168,11 +168,13 @@ async def _(bot: Bot, event: Event):
- [x] OneBot v12
- [x] Console
- [x] Kaiheila
- [x] QQ Guild
- [x] Telegram
- [x] Feishu
- [x] RedProtocol
- [x] Discord
- [x] DoDo
- [x] Satori
- [x] QQ

### 鸣谢

Expand Down
1 change: 1 addition & 0 deletions nonebot_plugin_chatrecorder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"~discord",
"~dodo",
"~satori",
"~qq",
},
extra={"orm_version_location": migrations},
)
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot_plugin_chatrecorder"
version = "0.5.1"
version = "0.6.0"
description = "适用于 Nonebot2 的聊天记录插件"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ nonebot2 = { version = "^2.2.0", extras = ["fastapi"] }
nonebot-plugin-session = "^0.3.0"
nonebot-plugin-orm = ">=0.7.0,<1.0.0"
nonebot-plugin-session-orm = "^0.2.0"
nonebot-plugin-localstore = "^0.6.0"
nonebot-plugin-localstore = ">=0.6.0,<1.0.0"

[tool.poetry.group.dev.dependencies]
nonebot-plugin-orm = { extras = ["default"], version = ">=0.7.0,<1.0.0" }
Expand Down

0 comments on commit 5f39066

Please sign in to comment.