Skip to content

Commit

Permalink
🔖 version 1.8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Aug 13, 2024
1 parent 1f4dfa4 commit 57e4423
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## 1.8.26

### 改进

- `header_match.origin` 现在在快捷指令匹配成功的情况下会改为其触发词(key)

### 修复

- 修复 `command_manager` 关于持久化快截指令的部分

## 1.8.25

### 改进
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 @@ -52,7 +52,7 @@
from .typing import Up as Up
from .typing import StrMulti as StrMulti

__version__ = "1.8.25"
__version__ = "1.8.26"

# backward compatibility
AnyOne = ANY

0 comments on commit 57e4423

Please sign in to comment.