Skip to content

Commit

Permalink
[All] Bumped to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Feb 7, 2025
1 parent 0154d2e commit c169d51
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/source/update-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ def f(s): print(f"([{s[-40:][:7]}]({s[:-33]}))")

# 更新日志

## v3.1.1

### ⏩变更

- [OneBot] 所有消息段内的 str 类型参数,现在不再进行除类型判断以外的校验。现在你必须自行验证这些字符串是否非空,以及是否符合特定格式(例如 url 格式)

### 👍修复

- [core] 异常日志过于冗杂,且输出过多敏感信息 ([0154d2e](https://github.com/Meloland/melobot/commit/0154d2e))

- [OneBot] 部分消息段的初始化失败问题、{meth}`~.v11.adapter.segment.Segment.to_dict` 或 {meth}`~.v11.adapter.segment.Segment.to_json` 转换失败问题 ([#36](https://github.com/Meloland/melobot/issues/36) -> [f6b5a56](https://github.com/Meloland/melobot/commit/f6b5a56))

## v3.1.0

### ⏩变更
Expand Down
2 changes: 1 addition & 1 deletion src/melobot/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .typ.base import T

__version__ = "3.1.0"
__version__ = "3.1.1"


def _version_str_to_info(s: str) -> VersionInfo:
Expand Down

0 comments on commit c169d51

Please sign in to comment.