Skip to content

Commit 6e8aa27

Browse files
release: 0.5.1
1 parent 9935d40 commit 6e8aa27

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

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

3+
## 0.5.1 (2025-12-02)
4+
5+
Full Changelog: [v0.5.0...v0.5.1](https://github.com/onkernel/hypeman-cli/compare/v0.5.0...v0.5.1)
6+
7+
### Bug Fixes
8+
9+
* use correct user agent value ([9935d40](https://github.com/onkernel/hypeman-cli/commit/9935d402dd5db68eb26991cc11704b8c3d11d105))
10+
11+
12+
### Chores
13+
14+
* add scripts ([bc3170a](https://github.com/onkernel/hypeman-cli/commit/bc3170a4151cdae2d39fa156604f3ddddd764036))
15+
316
## 0.5.0 (2025-11-26)
417

518
Full Changelog: [v0.4.0...v0.5.0](https://github.com/onkernel/hypeman-cli/compare/v0.4.0...v0.5.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.5.0" // x-release-please-version
5+
const Version = "0.5.1" // x-release-please-version

0 commit comments

Comments
 (0)