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

Commit

Permalink
chore(release): 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent 9de6b6f commit 19331ac
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@

<!-- towncrier release notes start -->

## [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/) 找到该版本。
Expand Down
1 change: 0 additions & 1 deletion news/+async-context.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion news/+at-build.added.md

This file was deleted.

1 change: 0 additions & 1 deletion news/+client-send.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion news/+client-sigs.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion news/+forward-msg-build.added.md

This file was deleted.

0 comments on commit 19331ac

Please sign in to comment.