Skip to content

Commit ddd4368

Browse files
committed
chore: 更新版本号至v0.4.2
更新package.json、pyproject.toml、info.template.yaml和README.md中的版本号至v0.4.2
1 parent 7bc94f6 commit ddd4368

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<a href="https://trendshift.io/repositories/15845" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15845" alt="Yuxi-Know | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
88

9-
[![Stable](https://img.shields.io/badge/stable-v0.4.0-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.4.0)
9+
[![Stable](https://img.shields.io/badge/stable-v0.4.2-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.4.2)
1010
[![](https://img.shields.io/badge/Docker-2496ED?style=flat&logo=docker&logoColor=ffffff)](https://github.com/xerrors/Yuxi-Know/blob/main/docker-compose.yml)
1111
[![](https://img.shields.io/github/issues/xerrors/Yuxi-Know?color=F48D73)](https://github.com/xerrors/Yuxi-Know/issues)
1212
[![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 @@
3232

3333

3434

35-
- **[2025/12/17] v0.4.0-beta 版本发布**
35+
- **[2025/12/19] v0.4.0 版本发布**
3636
<details>
3737
<summary>查看详细更新日志</summary>
3838

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.4.0.dev"
3+
version = "0.4.2.dev"
44
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
55
readme = "README.md"
66
requires-python = ">=3.11"

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: "© 江南语析 2025 v0.4.0"
53+
copyright: "© 江南语析 2025 v0.4.2"

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yuxi-know-web",
3-
"version": "0.4.0.web",
3+
"version": "0.4.2.web",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)