Skip to content

Commit

Permalink
bump to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cleoold committed Apr 28, 2022
1 parent cf4604a commit 3e4fcae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 更新日志

## v1.4.3

- 修复从 `str` 构造 `Message` 时无法识别空参数值 [#60](https://github.com/nonebot/aiocqhttp/issues/60)
- 提升 Quart 依赖至 0.17. 如遇到依赖错误请升级

## v1.4.2

- 修复从 `str` 构造 `Message` 时无法正确去转义参数 [#57](https://github.com/nonebot/aiocqhttp/issues/57)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='aiocqhttp',
version='1.4.2',
version='1.4.3',
url='https://github.com/nonebot/aiocqhttp',
license='MIT License',
author='Richard Chien',
Expand Down

0 comments on commit 3e4fcae

Please sign in to comment.