chore: 更新版本号至v0.4.2

更新package.json、pyproject.toml、info.template.yaml和README.md中的版本号至v0.4.2
This commit is contained in:
Wenjie Zhang 2026-01-09 02:37:36 +08:00
parent 7bc94f65a8
commit ddd4368977
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<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>
[![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 版本发布**
<details>
<summary>查看详细更新日志</summary>

View File

@ -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"

View File

@ -50,4 +50,4 @@ actions:
# 页脚信息
footer:
copyright: "© 江南语析 2025 v0.4.0"
copyright: "© 江南语析 2025 v0.4.2"

View File

@ -1,6 +1,6 @@
{
"name": "yuxi-know-web",
"version": "0.4.0.web",
"version": "0.4.2.web",
"private": true,
"scripts": {
"dev": "vite",