We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6d2bf commit 22975a4Copy full SHA for 22975a4
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.6.0"
+ ".": "0.6.1"
3
}
CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.6.1 (2025-12-11)
4
+
5
+Full Changelog: [v0.6.0...v0.6.1](https://github.com/onkernel/hypeman-cli/compare/v0.6.0...v0.6.1)
6
7
## 0.6.0 (2025-12-06)
8
9
Full Changelog: [v0.5.1...v0.6.0](https://github.com/onkernel/hypeman-cli/compare/v0.5.1...v0.6.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.6.0" // x-release-please-version
+const Version = "0.6.1" // x-release-please-version
0 commit comments