mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-22 18:08:04 +00:00
chore(version): release/v1.2.x 路牌推到 1.2.2
本版内容:知识库检索改为「稠密 + 词法」两路融合(修复检索排序基本是噪声与 查询词全为停用词时搜不出任何东西),并把真实插件产物测试的平台校验补上 (此前错误平台会报误导性的 exec format error)。公开接口与插件协议均未变。
This commit is contained in:
@ -24,7 +24,7 @@ var (
|
||||
//
|
||||
// ❗main 上此值始终是**下一个未发布中版本**,不随 patch 发布变动
|
||||
//(见 docs/git-branching.md §2.1);已发布的版本号看对应的 release/vX.Y.x 与 tag。
|
||||
Version = "1.2.1"
|
||||
Version = "1.2.2"
|
||||
|
||||
// Commit 是构建时的 Git commit hash。
|
||||
Commit = "unknown"
|
||||
|
||||
Reference in New Issue
Block a user