chore: bump version to 0.10.0 + changelog

- package.json / Cargo.toml / tauri.conf.json → 0.10.0
- CHANGELOG.md: 新增 v0.10.0 变更记录(7 新功能 + 10 修复 + 3 改进)
- docs/index.html: 官网下载链接更新到 0.10.0
- docs/update/latest.json: 热更新清单更新(hash 待 CI 填入)
- openclaw-version-policy.json: 新增 0.10.0 版本策略条目
This commit is contained in:
晴天
2026-03-26 06:18:20 +08:00
parent 4108a2f25b
commit c7cc6fd9a4
7 changed files with 56 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "clawpanel"
version = "0.9.9"
version = "0.10.0"
edition = "2021"
description = "ClawPanel - OpenClaw 可视化管理面板"
authors = ["qingchencloud"]

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
"productName": "ClawPanel",
"version": "0.9.9",
"version": "0.10.0",
"identifier": "ai.openclaw.clawpanel",
"build": {
"frontendDist": "../dist",