Skip to content

Commit 230f69b

Browse files
committed
chore: 发布 v0.5.1 版本
- 更新版本号: 0.5.0.dev → 0.5.1 - 更新前端依赖版本 - 更新快速开始文档版本说明
1 parent 3df0fce commit 230f69b

File tree

7 files changed

+2562
-2237
lines changed

7 files changed

+2562
-2237
lines changed

docs/latest/intro/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
```bash
1818
# 克隆稳定版本
19-
git clone --branch v0.5.0-beta4 --depth 1 https://github.com/xerrors/Yuxi-Know.git
19+
git clone --branch v0.5.1 --depth 1 https://github.com/xerrors/Yuxi-Know.git
2020
cd Yuxi-Know
2121
```
2222

2323
::: warning 版本说明
24-
- `v0.4.4`: 稳定版本
25-
- `v0.5.0-beta4`: 由于数据库重构使用 postgres,可能会存在数据库迁移问题,建议新用户使用,迁移指南详见 [迁移指南](https://xerrors.github.io/Yuxi-Know/latest/changelog/migrate_to_v0-5)
24+
- `v0.5.0`: 稳定版本,由于数据库重构使用 postgres,可能会存在数据库迁移问题,建议新用户使用,迁移指南详见 [迁移指南](https://xerrors.github.io/Yuxi-Know/latest/changelog/migrate_to_v0-5)
25+
- `v0.5.1`:
2626
- `main`: 最新开发版本(不稳定,新特性可能会导致新 bug)
2727
:::
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yuxi-know"
3-
version = "0.5.0.dev"
3+
version = "0.5.1"
44
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
55
readme = "README.md"
66
requires-python = ">=3.12,<3.14"

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from src.config import config as config # noqa: E402
99

10-
__version__ = "0.5.0.dev"
10+
__version__ = "0.5.1"
1111

1212
if os.getenv("YUXI_SKIP_APP_INIT") != "1":
1313
from src.knowledge import graph_base as graph_base # noqa: E402

src/config/static/info.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ actions:
5050

5151
# 页脚信息
5252
footer:
53-
copyright: "© 江南语析 2026 v0.5.0"
53+
copyright: "© 江南语析 2026 v0.5.1"

uv.lock

Lines changed: 1442 additions & 1016 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yuxi-know-web",
3-
"version": "0.5.0.web",
3+
"version": "0.5.1.web",
44
"private": true,
55
"scripts": {
66
"dev": "vite",
@@ -13,40 +13,39 @@
1313
},
1414
"dependencies": {
1515
"@ant-design/icons-vue": "^7.0.1",
16-
"@antv/g6": "^5.0.49",
16+
"@antv/g6": "^5.0.51",
1717
"@sigma/edge-curve": "^3.1.0",
1818
"@sigma/node-border": "^3.0.0",
1919
"@vueuse/core": "^13.9.0",
2020
"ant-design-vue": "^4.2.6",
2121
"d3": "^7.9.0",
22-
"dayjs": "^1.11.18",
22+
"dayjs": "^1.11.19",
2323
"echarts": "^6.0.0",
24-
"echarts-gl": "^2.0.9",
2524
"graphology": "^0.26.0",
2625
"graphology-generators": "^0.11.2",
2726
"highlight.js": "^11.11.1",
28-
"less": "^4.4.1",
27+
"less": "^4.5.1",
2928
"lucide-vue-next": "^0.542.0",
30-
"marked": "^16.2.1",
31-
"marked-highlight": "^2.2.2",
29+
"marked": "^16.4.2",
30+
"marked-highlight": "^2.2.3",
3231
"markmap-lib": "^0.18.12",
3332
"markmap-view": "^0.18.12",
34-
"md-editor-v3": "^5.8.4",
35-
"pinia": "^3.0.3",
33+
"md-editor-v3": "^5.8.5",
34+
"pinia": "^3.0.4",
3635
"pinia-plugin-persistedstate": "^4.7.1",
3736
"sigma": "^3.0.2",
38-
"vue": "^3.5.21",
39-
"vue-router": "^4.5.1"
37+
"vue": "^3.5.29",
38+
"vue-router": "^4.6.4"
4039
},
4140
"devDependencies": {
42-
"@eslint/js": "^9.39.2",
43-
"@vitejs/plugin-vue": "^6.0.1",
41+
"@eslint/js": "^9.39.3",
42+
"@vitejs/plugin-vue": "^6.0.4",
4443
"@vue/eslint-config-prettier": "^10.2.0",
45-
"eslint": "^9.34.0",
46-
"eslint-plugin-vue": "^10.4.0",
47-
"globals": "^17.0.0",
48-
"prettier": "^3.6.2",
49-
"vite": "^7.1.5"
44+
"eslint": "^9.39.3",
45+
"eslint-plugin-vue": "^10.8.0",
46+
"globals": "^17.4.0",
47+
"prettier": "^3.8.1",
48+
"vite": "^7.3.1"
5049
},
5150
"packageManager": "pnpm@10.11.0"
5251
}

0 commit comments

Comments
 (0)