Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 19331ac

Browse files
chore(release): 0.0.8
1 parent 9de6b6f commit 19331ac

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@
77

88
<!-- towncrier release notes start -->
99

10+
## [0.0.8](https://github.com/BlueGlassBlock/ichika/tree/0.0.8) - 2023-05-24
11+
12+
你可以在 [PyPI](https://pypi.org/project/ichika/0.0.8/) 找到该版本。
13+
14+
### 新增
15+
16+
- 增加了 `At.build` 方法。
17+
- 增加了 `ForwardMessage.build` 方法以方便构建转发消息。
18+
19+
20+
### 更改
21+
22+
- `Client` 中好友和群组的部分 API 支持直接传入 `Friend``Group` 对象。
23+
- `Client` 的消息发送方法支持更多样的类型,包括单个字符串/元素/元素列表等。
24+
25+
26+
### 修复
27+
28+
- 修复了调用 `put` 回调时 Python 异步上下文丢失的问题。
29+
30+
1031
## [0.0.7](https://github.com/BlueGlassBlock/ichika/tree/0.0.7) - 2023-05-23
1132

1233
你可以在 [PyPI](https://pypi.org/project/ichika/0.0.7/) 找到该版本。

news/+async-context.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/+at-build.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/+client-send.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/+client-sigs.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/+forward-msg-build.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)