Skip to content

Commit 7d3010b

Browse files
release: 0.6.0
1 parent f05e1f0 commit 7d3010b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.6.0 (2025-12-03)
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 ([f05e1f0](https://github.com/onkernel/hypeman-cli/commit/f05e1f0b53be582fa85856cddc7404d5e601dd23))
10+
11+
12+
### Bug Fixes
13+
14+
* use correct user agent value ([9935d40](https://github.com/onkernel/hypeman-cli/commit/9935d402dd5db68eb26991cc11704b8c3d11d105))
15+
16+
17+
### Chores
18+
19+
* add scripts ([bc3170a](https://github.com/onkernel/hypeman-cli/commit/bc3170a4151cdae2d39fa156604f3ddddd764036))
20+
321
## 0.5.0 (2025-11-26)
422

523
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)