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 cc1d174 commit b6a0b18Copy full SHA for b6a0b18
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.2.0"
+ ".": "0.3.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.3.0 (2025-11-26)
4
+
5
+Full Changelog: [v0.2.0...v0.3.0](https://github.com/onkernel/hypeman-cli/compare/v0.2.0...v0.3.0)
6
7
+### Features
8
9
+* **api:** add exec ([cc1d174](https://github.com/onkernel/hypeman-cli/commit/cc1d17479467b19436346b30256f92d99474d9ed))
10
11
## 0.2.0 (2025-11-26)
12
13
Full Changelog: [v0.1.2...v0.2.0](https://github.com/onkernel/hypeman-cli/compare/v0.1.2...v0.2.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.2.0" // x-release-please-version
+const Version = "0.3.0" // x-release-please-version
0 commit comments