From ddd43689771b8bb0c53e88642ef9803f9fc6d1f3 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Fri, 9 Jan 2026 02:37:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3v0.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新package.json、pyproject.toml、info.template.yaml和README.md中的版本号至v0.4.2 --- README.md | 4 ++-- pyproject.toml | 2 +- src/config/static/info.template.yaml | 2 +- web/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0aa86658..f8af7e71 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Yuxi-Know | Trendshift -[![Stable](https://img.shields.io/badge/stable-v0.4.0-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.4.0) +[![Stable](https://img.shields.io/badge/stable-v0.4.2-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.4.2) [![](https://img.shields.io/badge/Docker-2496ED?style=flat&logo=docker&logoColor=ffffff)](https://github.com/xerrors/Yuxi-Know/blob/main/docker-compose.yml) [![](https://img.shields.io/github/issues/xerrors/Yuxi-Know?color=F48D73)](https://github.com/xerrors/Yuxi-Know/issues) [![License](https://img.shields.io/github/license/bitcookies/winrar-keygen.svg?logo=github)](https://github.com/xerrors/Yuxi-Know/blob/main/LICENSE) @@ -32,7 +32,7 @@ -- **[2025/12/17] v0.4.0-beta 版本发布** +- **[2025/12/19] v0.4.0 版本发布**
查看详细更新日志 diff --git a/pyproject.toml b/pyproject.toml index 10346bac..358d98be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yuxi-know" -version = "0.4.0.dev" +version = "0.4.2.dev" description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建" readme = "README.md" requires-python = ">=3.11" diff --git a/src/config/static/info.template.yaml b/src/config/static/info.template.yaml index dd134ce7..f565c66b 100644 --- a/src/config/static/info.template.yaml +++ b/src/config/static/info.template.yaml @@ -50,4 +50,4 @@ actions: # 页脚信息 footer: - copyright: "© 江南语析 2025 v0.4.0" + copyright: "© 江南语析 2025 v0.4.2" diff --git a/web/package.json b/web/package.json index d14743be..09605ee0 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "yuxi-know-web", - "version": "0.4.0.web", + "version": "0.4.2.web", "private": true, "scripts": { "dev": "vite",