We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd654ed commit 1493e76Copy full SHA for 1493e76
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.0.20] - 2026-02-04
9
+
10
+### Changed
11
+- Version bump
12
13
14
## [0.0.19] - 2026-02-04
15
16
### Documentation
cmd/bar/update.go
@@ -16,7 +16,7 @@ const (
repoOwner = "echoVic"
17
repoName = "blade-agent-runtime"
18
installURL = "https://echovic.github.io/blade-agent-runtime/install.sh"
19
- currentVersion = "0.0.19"
+ currentVersion = "0.0.20"
20
)
21
22
func updateCmd() *cobra.Command {
0 commit comments