Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.8.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.8.0 (2025-12-23)

Full Changelog: [v0.7.0...v0.8.0](https://github.com/onkernel/hypeman-cli/compare/v0.7.0...v0.8.0)

### Features

* Start and Stop VM ([fb7c6f8](https://github.com/onkernel/hypeman-cli/commit/fb7c6f804b899409310ae310cb7bb0cc888b5c49))


### Bug Fixes

* **mcp:** correct code tool API endpoint ([7c0094d](https://github.com/onkernel/hypeman-cli/commit/7c0094d0b5ea9e3b6b116d8aa2de5fa9d01a069f))


### Chores

* **internal:** codegen related update ([32b38c7](https://github.com/onkernel/hypeman-cli/commit/32b38c75d9fc8e62a1163680d36e1cc4d9da7a49))
* **internal:** codegen related update ([51bb415](https://github.com/onkernel/hypeman-cli/commit/51bb415b4d8365514963a436339f4aaf8334beff))

## 0.7.0 (2025-12-23)

Full Changelog: [v0.6.1...v0.7.0](https://github.com/onkernel/hypeman-cli/compare/v0.6.1...v0.7.0)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ require (
github.com/onkernel/hypeman-go v0.8.0
github.com/tidwall/gjson v1.18.0
github.com/tidwall/pretty v1.2.1
github.com/tidwall/sjson v1.2.5
github.com/urfave/cli-docs/v3 v3.0.0-alpha6
github.com/urfave/cli/v3 v3.3.2
golang.org/x/sys v0.38.0
Expand Down Expand Up @@ -62,6 +61,7 @@ require (
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/vbatts/tar-split v0.12.2 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
Expand Down
149 changes: 0 additions & 149 deletions pkg/cmd/util.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmd

const Version = "0.7.0" // x-release-please-version
const Version = "0.8.0" // x-release-please-version
Loading