mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-01 01:25:07 +08:00
bump version to v1.4.2
This commit is contained in:
parent
0b7980a4a4
commit
c02b9a4ccf
@ -4,6 +4,11 @@ sidebar: auto
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## v1.4.2
|
||||||
|
|
||||||
|
- 修复 `CommandSession` 的部分方法在多线程条件下出错
|
||||||
|
- 优化日志输出多行消息的方法
|
||||||
|
|
||||||
## v1.4.1
|
## v1.4.1
|
||||||
|
|
||||||
- `on_command` 装饰器的 `aliases` 参数现支持字符串类型
|
- `on_command` 装饰器的 `aliases` 参数现支持字符串类型
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ packages = find_packages(include=('nonebot', 'nonebot.*'))
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='nonebot',
|
name='nonebot',
|
||||||
version='1.4.1',
|
version='1.4.2',
|
||||||
url='https://github.com/richardchien/nonebot',
|
url='https://github.com/richardchien/nonebot',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
author='Richard Chien',
|
author='Richard Chien',
|
||||||
|
Loading…
Reference in New Issue
Block a user