chore: bump version to v3.0.2

This commit is contained in:
lintsinghua 2025-12-19 00:01:10 +08:00
parent c0ac7d0544
commit 220b5f793a
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<div align="center"> <div align="center">
[![Version](https://img.shields.io/badge/version-3.0.1-blue.svg)](https://github.com/lintsinghua/DeepAudit/releases) [![Version](https://img.shields.io/badge/version-3.0.2-blue.svg)](https://github.com/lintsinghua/DeepAudit/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/) [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/)

View File

@ -1,6 +1,6 @@
[project] [project]
name = "deepaudit-backend" name = "deepaudit-backend"
version = "3.0.1" version = "3.0.2"
description = "DeepAudit Backend API - AI-Powered Code Security Audit Platform" description = "DeepAudit Backend API - AI-Powered Code Security Audit Platform"
requires-python = ">=3.11" requires-python = ">=3.11"
readme = "README.md" readme = "README.md"

View File

@ -1,5 +1,5 @@
# ============================================= # =============================================
# DeepAudit v3.0.0 生产环境一键部署配置(国内加速版) # DeepAudit v3.0.2 生产环境一键部署配置(国内加速版)
# ============================================= # =============================================
# 使用南京大学镜像站加速拉取 GHCR 镜像 # 使用南京大学镜像站加速拉取 GHCR 镜像
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.cn.yml | docker compose -f - up -d # 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.cn.yml | docker compose -f - up -d

View File

@ -1,5 +1,5 @@
# ============================================= # =============================================
# DeepAudit v3.0.0 生产环境一键部署配置 # DeepAudit v3.0.2 生产环境一键部署配置
# ============================================= # =============================================
# 使用预构建的 GHCR 镜像,无需本地构建 # 使用预构建的 GHCR 镜像,无需本地构建
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d # 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d

View File

@ -1,5 +1,5 @@
# ============================================= # =============================================
# DeepAudit v3.0.0 Docker Compose 配置 # DeepAudit v3.0.2 Docker Compose 配置
# ============================================= # =============================================
# 部署: docker compose up -d # 部署: docker compose up -d
# 查看日志: docker compose logs -f # 查看日志: docker compose logs -f