We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4604a commit 3e4fcaeCopy full SHA for 3e4fcae
docs/changelog.md
@@ -1,5 +1,10 @@
1
# 更新日志
2
3
+## v1.4.3
4
+
5
+- 修复从 `str` 构造 `Message` 时无法识别空参数值 [#60](https://github.com/nonebot/aiocqhttp/issues/60)
6
+- 提升 Quart 依赖至 0.17. 如遇到依赖错误请升级
7
8
## v1.4.2
9
10
- 修复从 `str` 构造 `Message` 时无法正确去转义参数 [#57](https://github.com/nonebot/aiocqhttp/issues/57)
setup.py
@@ -5,7 +5,7 @@
setup(
name='aiocqhttp',
- version='1.4.2',
+ version='1.4.3',
url='https://github.com/nonebot/aiocqhttp',
license='MIT License',
11
author='Richard Chien',
0 commit comments