Skip to content

Commit 7fb5ba8

Browse files
committed
chore: 更新版本号至 v0.4.3,修改相关文档和配置文件
1 parent 1204e9f commit 7fb5ba8

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.2-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.4.2)
9+
[![Stable](https://img.shields.io/badge/stable-v0.4.3-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.4.3)
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)

docs/latest/intro/quick-start.md

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

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

2323
::: warning 版本说明
24-
- `v0.4.1`: 稳定版本
24+
- `v0.4.3`: 稳定版本
2525
- `main`: 最新开发版本(不稳定,新特性可能会导致新 bug)
2626
:::
2727

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.2.dev"
3+
version = "0.4.3.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.2"
53+
copyright: "© 江南语析 2025 v0.4.3"

uv.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.web",
3+
"version": "0.4.3.web",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)