Skip to content

Commit 1903742

Browse files
release: 0.6.0
1 parent 6a0e888 commit 1903742

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.6.0 (2025-12-04)
4+
5+
Full Changelog: [v0.5.0...v0.6.0](https://github.com/onkernel/hypeman-cli/compare/v0.5.0...v0.6.0)
6+
7+
### Features
8+
9+
* Initialize volume with data ([6a0e888](https://github.com/onkernel/hypeman-cli/commit/6a0e888b3d5eac62b52b97f7e1e00f249f6b82d9))
10+
11+
12+
### Bug Fixes
13+
14+
* **run:** wait for image to be ready before creating instance ([048ee73](https://github.com/onkernel/hypeman-cli/commit/048ee7311c39d6c3c7efad9c662fa2a1993ced97))
15+
* use correct user agent value ([d316959](https://github.com/onkernel/hypeman-cli/commit/d316959fcbe05bc495a89b39053321f65b846b71))
16+
17+
18+
### Chores
19+
20+
* add scripts ([f0e9086](https://github.com/onkernel/hypeman-cli/commit/f0e9086bb735c5cd19a98182cdda488353a2e8b3))
21+
322
## 0.5.0 (2025-11-26)
423

524
Full Changelog: [v0.4.0...v0.5.0](https://github.com/onkernel/hypeman-cli/compare/v0.4.0...v0.5.0)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "0.5.0" // x-release-please-version
5+
const Version = "0.6.0" // x-release-please-version

0 commit comments

Comments
 (0)