Skip to content

Commit 0c2a998

Browse files
release: 0.8.0
1 parent fb7c6f8 commit 0c2a998

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.8.0 (2025-12-23)
4+
5+
Full Changelog: [v0.7.0...v0.8.0](https://github.com/onkernel/hypeman-cli/compare/v0.7.0...v0.8.0)
6+
7+
### Features
8+
9+
* Start and Stop VM ([fb7c6f8](https://github.com/onkernel/hypeman-cli/commit/fb7c6f804b899409310ae310cb7bb0cc888b5c49))
10+
11+
12+
### Bug Fixes
13+
14+
* **mcp:** correct code tool API endpoint ([7c0094d](https://github.com/onkernel/hypeman-cli/commit/7c0094d0b5ea9e3b6b116d8aa2de5fa9d01a069f))
15+
16+
17+
### Chores
18+
19+
* **internal:** codegen related update ([32b38c7](https://github.com/onkernel/hypeman-cli/commit/32b38c75d9fc8e62a1163680d36e1cc4d9da7a49))
20+
* **internal:** codegen related update ([51bb415](https://github.com/onkernel/hypeman-cli/commit/51bb415b4d8365514963a436339f4aaf8334beff))
21+
322
## 0.7.0 (2025-12-23)
423

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

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

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

0 commit comments

Comments
 (0)