From c89cc142f3c446c79a45b3c47fbaa1532d86741d Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Wed, 9 Aug 2023 11:23:54 +0800 Subject: [PATCH] :bookmark: release 0.3.0 --- CHANGELOG.md | 7 +++++-- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fecb4b..def51b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Change Log -## v0.2.8 +## v0.3.0 + +### 破坏性更新 + +- 在 TargetOB12Unknow 中加入 platform 字段 [@he0119](https://github.com/he0119) ([#63](https://github.com/felinae98/nonebot-plugin-send-anything-anywhere/pull/63)) ### 新功能 - 适配飞书 [@MeetWq](https://github.com/MeetWq) ([#66](https://github.com/felinae98/nonebot-plugin-send-anything-anywhere/pull/66)) -- 在 TargetOB12Unknow 中加入 platform 字段 [@he0119](https://github.com/he0119) ([#63](https://github.com/felinae98/nonebot-plugin-send-anything-anywhere/pull/63)) - 扩充 ob11 event 支持 [@MeetWq](https://github.com/MeetWq) ([#49](https://github.com/felinae98/nonebot-plugin-send-anything-anywhere/pull/49)) - 支持 qqguild 发送dms [@he0119](https://github.com/he0119) ([#62](https://github.com/felinae98/nonebot-plugin-send-anything-anywhere/pull/62)) - Support OB11 NotifyEvent [@ssttkkl](https://github.com/ssttkkl) ([#58](https://github.com/felinae98/nonebot-plugin-send-anything-anywhere/pull/58)) diff --git a/pyproject.toml b/pyproject.toml index c6abe19f..6346615a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-send-anything-anywhere" -version = "0.2.8" +version = "0.3.0" description = "An adaptor for nonebot2 adaptors" authors = ["felinae98 <731499577@qq.com>"] license = "MIT"