From 19331ac26bbad40e157deb590394480c03aa65c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 May 2023 15:05:56 +0000 Subject: [PATCH] chore(release): 0.0.8 --- CHANGELOG.md | 21 +++++++++++++++++++++ news/+async-context.fixed.md | 1 - news/+at-build.added.md | 1 - news/+client-send.changed.md | 1 - news/+client-sigs.changed.md | 1 - news/+forward-msg-build.added.md | 1 - 6 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 news/+async-context.fixed.md delete mode 100644 news/+at-build.added.md delete mode 100644 news/+client-send.changed.md delete mode 100644 news/+client-sigs.changed.md delete mode 100644 news/+forward-msg-build.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c550e3..31b6754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ +## [0.0.8](https://github.com/BlueGlassBlock/ichika/tree/0.0.8) - 2023-05-24 + +你可以在 [PyPI](https://pypi.org/project/ichika/0.0.8/) 找到该版本。 + +### 新增 + +- 增加了 `At.build` 方法。 +- 增加了 `ForwardMessage.build` 方法以方便构建转发消息。 + + +### 更改 + +- `Client` 中好友和群组的部分 API 支持直接传入 `Friend` 和 `Group` 对象。 +- `Client` 的消息发送方法支持更多样的类型,包括单个字符串/元素/元素列表等。 + + +### 修复 + +- 修复了调用 `put` 回调时 Python 异步上下文丢失的问题。 + + ## [0.0.7](https://github.com/BlueGlassBlock/ichika/tree/0.0.7) - 2023-05-23 你可以在 [PyPI](https://pypi.org/project/ichika/0.0.7/) 找到该版本。 diff --git a/news/+async-context.fixed.md b/news/+async-context.fixed.md deleted file mode 100644 index 5aa92e5..0000000 --- a/news/+async-context.fixed.md +++ /dev/null @@ -1 +0,0 @@ -修复了调用 `put` 回调时 Python 异步上下文丢失的问题。 diff --git a/news/+at-build.added.md b/news/+at-build.added.md deleted file mode 100644 index 3a6de8d..0000000 --- a/news/+at-build.added.md +++ /dev/null @@ -1 +0,0 @@ -增加了 `At.build` 方法。 diff --git a/news/+client-send.changed.md b/news/+client-send.changed.md deleted file mode 100644 index c65d940..0000000 --- a/news/+client-send.changed.md +++ /dev/null @@ -1 +0,0 @@ -`Client` 的消息发送方法支持更多样的类型,包括单个字符串/元素/元素列表等。 diff --git a/news/+client-sigs.changed.md b/news/+client-sigs.changed.md deleted file mode 100644 index ca6588f..0000000 --- a/news/+client-sigs.changed.md +++ /dev/null @@ -1 +0,0 @@ -`Client` 中好友和群组的部分 API 支持直接传入 `Friend` 和 `Group` 对象。 diff --git a/news/+forward-msg-build.added.md b/news/+forward-msg-build.added.md deleted file mode 100644 index a803823..0000000 --- a/news/+forward-msg-build.added.md +++ /dev/null @@ -1 +0,0 @@ -增加了 `ForwardMessage.build` 方法以方便构建转发消息。