Skip to content

Commit

Permalink
🔖 version 1.7.42
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Jan 7, 2024
1 parent 07655d3 commit ca591cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 更新日志

## Alconna 1.7.42

### 改进
- 设置了 completion 的 Arg 在输出文本中会显示其名字

### 修复
- 修复 `Alconna.__call__` 接受 sys.argv[1:] 时没有处理引号包裹的参数的 bug

## Alconna 1.7.41

### 改进
Expand Down
2 changes: 1 addition & 1 deletion src/arclet/alconna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from .typing import UnpackVar as UnpackVar
from .typing import Up as Up

__version__ = "1.7.41"
__version__ = "1.7.42"

# backward compatibility
Arpamar = Arparma
Expand Down

0 comments on commit ca591cc

Please sign in to comment.