We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9941a6e commit 651ecd2Copy full SHA for 651ecd2
2 files changed
CHANGELOG.md
@@ -5,6 +5,14 @@ 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
+## [Unreleased]
9
+
10
+## [0.0.16] - 2026-02-04
11
12
+### Changed
13
+- Version bump
14
15
16
## [0.0.15] - 2026-02-04
17
18
### Changed
cmd/bar/update.go
@@ -16,7 +16,7 @@ const (
repoOwner = "echoVic"
repoName = "blade-agent-runtime"
installURL = "https://echovic.github.io/blade-agent-runtime/install.sh"
19
- currentVersion = "0.0.15"
+ currentVersion = "0.0.16"
20
)
21
22
func updateCmd() *cobra.Command {
0 commit comments