Skip to content

Commit 3e4fcae

Browse files
committed
bump to v1.4.3
1 parent cf4604a commit 3e4fcae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

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

510
- 修复从 `str` 构造 `Message` 时无法正确去转义参数 [#57](https://github.com/nonebot/aiocqhttp/issues/57)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='aiocqhttp',
8-
version='1.4.2',
8+
version='1.4.3',
99
url='https://github.com/nonebot/aiocqhttp',
1010
license='MIT License',
1111
author='Richard Chien',

0 commit comments

Comments
 (0)