File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.5.0 "
2+ "." : " 0.5.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.1 (2025-12-06)
4+
5+ Full Changelog: [ v0.5.0...v0.5.1] ( https://github.com/onkernel/hypeman-go/compare/v0.5.0...v0.5.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** mcp:** correct code tool API endpoint ([ 0d87152] ( https://github.com/onkernel/hypeman-go/commit/0d8715273698dab9bb6c276352a13605ddd272a5 ) )
10+ * rename param to avoid collision ([ f1ec9d5] ( https://github.com/onkernel/hypeman-go/commit/f1ec9d52e3f5f6c8398bdded04a4ed9cfbd8151b ) )
11+
12+
13+ ### Chores
14+
15+ * elide duplicate aliases ([ 9be276f] ( https://github.com/onkernel/hypeman-go/commit/9be276faa6d683ddffe3a21c969b44f13acface0 ) )
16+ * ** internal:** codegen related update ([ f3de06d] ( https://github.com/onkernel/hypeman-go/commit/f3de06d220faf866b70829862cd1b76ee4e8fbf8 ) )
17+
318## 0.5.0 (2025-12-05)
419
520Full Changelog: [ v0.4.0...v0.5.0] ( https://github.com/onkernel/hypeman-go/compare/v0.4.0...v0.5.0 )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Or to pin the version:
2828<!-- x-release-please-start-version -->
2929
3030``` sh
31- go get -u ' github.com/onkernel/hypeman-go@v0.5.0 '
31+ go get -u ' github.com/onkernel/hypeman-go@v0.5.1 '
3232```
3333
3434<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.5.0 " // x-release-please-version
5+ const PackageVersion = "0.5.1 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments