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 87854c3 commit 8e438e1Copy full SHA for 8e438e1
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.6.1"
+ ".": "0.6.2"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.6.2 (2025-12-13)
4
+
5
+Full Changelog: [v0.6.1...v0.6.2](https://github.com/onkernel/hypeman-cli/compare/v0.6.1...v0.6.2)
6
7
+### Chores
8
9
+* **internal:** codegen related update ([87854c3](https://github.com/onkernel/hypeman-cli/commit/87854c3219f82b9c436a0014943c18a993785e55))
10
11
## 0.6.1 (2025-12-11)
12
13
Full Changelog: [v0.6.0...v0.6.1](https://github.com/onkernel/hypeman-cli/compare/v0.6.0...v0.6.1)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.6.1" // x-release-please-version
+const Version = "0.6.2" // x-release-please-version
0 commit comments