Skip to content

Commit 85938f4

Browse files
authored
Merge pull request #2 from onkernel/release-please--branches--main--changes--next
release: 0.1.1
2 parents 591dbce + 1649d79 commit 85938f4

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ homebrew_casks:
8585
name: homebrew-tap
8686
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
8787
homepage: https://github.com/onkernel/hypeman
88-
description: orchestration for cloud-hypervisor VMs
88+
description: orchestrate cloud-hypervisor VMs
8989
license: Apache-2.0
9090
binary: "hypeman"
9191
completions:

.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.1.0"
2+
".": "0.1.1"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 18
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fhypeman-7c27e323412e72166bce2de104f1bf82b57197e05b686e94cd81d07e288bd558.yml
33
openapi_spec_hash: 4656d2b318d04a9fec0210897d76b505
4-
config_hash: e44daab66300348998d041d8dfb505b4
4+
config_hash: 35db4c99791f175865381f13a8ad6075

CHANGELOG.md

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

3+
## 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+
311
## 0.1.0 (2025-11-14)
412

513
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

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.1.0" // x-release-please-version
5+
const Version = "0.1.1" // x-release-please-version

0 commit comments

Comments
 (0)