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 1133f94 commit 1649d79Copy full SHA for 1649d79
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.0"
+ ".": "0.1.1"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.1.1 (2025-11-14)
4
+
5
+Full Changelog: [v0.1.0...v0.1.1](https://github.com/onkernel/hypeman-cli/compare/v0.1.0...v0.1.1)
6
7
+### Features
8
9
+* **api:** manual updates ([1133f94](https://github.com/onkernel/hypeman-cli/commit/1133f94ebcc7e53162d26aa03a265e3520806ebb))
10
11
## 0.1.0 (2025-11-14)
12
13
Full Changelog: [v0.0.1...v0.1.0](https://github.com/onkernel/hypeman-cli/compare/v0.0.1...v0.1.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.1.0" // x-release-please-version
+const Version = "0.1.1" // x-release-please-version
0 commit comments