Skip to content

Commit 651ecd2

Browse files
author
echoVic
committed
chore: release v0.0.16
1 parent 9941a6e commit 651ecd2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [Unreleased]
9+
10+
## [0.0.16] - 2026-02-04
11+
12+
### Changed
13+
- Version bump
14+
15+
816
## [0.0.15] - 2026-02-04
917

1018
### Changed

cmd/bar/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
repoOwner = "echoVic"
1717
repoName = "blade-agent-runtime"
1818
installURL = "https://echovic.github.io/blade-agent-runtime/install.sh"
19-
currentVersion = "0.0.15"
19+
currentVersion = "0.0.16"
2020
)
2121

2222
func updateCmd() *cobra.Command {

0 commit comments

Comments
 (0)