chore: 更新版本号至v0.4.2
更新package.json、pyproject.toml、info.template.yaml和README.md中的版本号至v0.4.2
This commit is contained in:
parent
7bc94f65a8
commit
ddd4368977
@ -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>
|
||||
|
||||
[](https://github.com/xerrors/Yuxi-Know/tree/v0.4.0)
|
||||
[](https://github.com/xerrors/Yuxi-Know/tree/v0.4.2)
|
||||
[](https://github.com/xerrors/Yuxi-Know/blob/main/docker-compose.yml)
|
||||
[](https://github.com/xerrors/Yuxi-Know/issues)
|
||||
[](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>
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -50,4 +50,4 @@ actions:
|
||||
|
||||
# 页脚信息
|
||||
footer:
|
||||
copyright: "© 江南语析 2025 v0.4.0"
|
||||
copyright: "© 江南语析 2025 v0.4.2"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yuxi-know-web",
|
||||
"version": "0.4.0.web",
|
||||
"version": "0.4.2.web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user