We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de05b62 commit b7f8c62Copy full SHA for b7f8c62
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.1"
+ ".": "0.2.0"
3
}
CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 0.2.0 (2025-11-18)
4
+
5
+Full Changelog: [v0.1.1...v0.2.0](https://github.com/onkernel/hypeman-cli/compare/v0.1.1...v0.2.0)
6
7
+### ⚠ BREAKING CHANGES
8
9
+* new logic for parsing arguments
10
11
+### Features
12
13
+* new logic for parsing arguments ([de05b62](https://github.com/onkernel/hypeman-cli/commit/de05b6274cb3d3c27dcfe9784a331a9762a8dca5))
14
15
## 0.1.1 (2025-11-14)
16
17
Full Changelog: [v0.1.0...v0.1.1](https://github.com/onkernel/hypeman-cli/compare/v0.1.0...v0.1.1)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.1.1" // x-release-please-version
+const Version = "0.2.0" // x-release-please-version
0 commit comments