Skip to content

Commit 82068f7

Browse files
author
echoVic
committed
chore: release v0.0.22
1 parent bd6659f commit 82068f7

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.22] - 2026-02-04
9+
10+
### Added
11+
- 添加状态信息框组件并替换日志输出方式
12+
- 添加交互式引导系统和危险操作确认
13+
- 为命令添加 shell 自动补全功能
14+
- 实现统一的错误处理框架
15+
16+
### Fixed
17+
- 修正更新完成后的版本验证命令
18+
19+
20+
821
## [Unreleased]
922

1023
### Added

cmd/bar/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
repoOwner = "echoVic"
1919
repoName = "blade-agent-runtime"
2020
installURL = "https://echovic.github.io/blade-agent-runtime/install.sh"
21-
currentVersion = "0.0.21"
21+
currentVersion = "0.0.22"
2222
)
2323

2424
func updateCmd() *cobra.Command {

0 commit comments

Comments
 (0)