mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 17:58:26 +08:00
Bump version to 0.5.0
This commit is contained in:
parent
5d106804fa
commit
fbc97f7fd8
@ -4,7 +4,7 @@ sidebar: auto
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
## next
|
## v0.5.0
|
||||||
|
|
||||||
- 修复调用不存在的多级命令(例如 `/echo/nonexist`)时,抛出异常导致 WebSocket 连接断开的问题
|
- 修复调用不存在的多级命令(例如 `/echo/nonexist`)时,抛出异常导致 WebSocket 连接断开的问题
|
||||||
- 调整 Expression 相关接口:移除了所有 `send_expr()` 函数和方法,移除了 `CommandSession.get()` 方法的 `prompt_expr` 参数,移除了 `none.expression` 模块,原 `render()` 函数移动到 `none.helpers` 模块并改名为 `render_expression()`
|
- 调整 Expression 相关接口:移除了所有 `send_expr()` 函数和方法,移除了 `CommandSession.get()` 方法的 `prompt_expr` 参数,移除了 `none.expression` 模块,原 `render()` 函数移动到 `none.helpers` 模块并改名为 `render_expression()`
|
||||||
|
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='none-bot',
|
name='none-bot',
|
||||||
version='0.4.3',
|
version='0.5.0',
|
||||||
packages=find_packages(include=('none', 'none.*')),
|
packages=find_packages(include=('none', 'none.*')),
|
||||||
url='https://github.com/richardchien/none-bot',
|
url='https://github.com/richardchien/none-bot',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
@ -21,7 +21,7 @@ setup(
|
|||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
platforms='any',
|
platforms='any',
|
||||||
classifiers=(
|
classifiers=(
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 4 - Beta',
|
||||||
'Framework :: Robot Framework',
|
'Framework :: Robot Framework',
|
||||||
'Framework :: Robot Framework :: Library',
|
'Framework :: Robot Framework :: Library',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
|
Loading…
Reference in New Issue
Block a user