diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bce83..f765f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## 1.8.32 + +### 修复 + +- 修复 Args 读取到的字符串参数属于某个选项/子命令的名字时的错误行为 + ## 1.8.31 ### 改进 diff --git a/src/arclet/alconna/__init__.py b/src/arclet/alconna/__init__.py index be1f8ad..d8247b2 100644 --- a/src/arclet/alconna/__init__.py +++ b/src/arclet/alconna/__init__.py @@ -53,7 +53,7 @@ from .typing import Up as Up from .typing import StrMulti as StrMulti -__version__ = "1.8.31" +__version__ = "1.8.32" # backward compatibility AnyOne = ANY