File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.4 .0"
2+ "." : " 0.5 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.0 (2025-12-02)
4+
5+ Full Changelog: [ v0.4.0...v0.5.0] ( https://github.com/onkernel/hypeman-go/compare/v0.4.0...v0.5.0 )
6+
7+ ### Features
8+
9+ * Volume readonly multi-attach ([ ad4dbc5] ( https://github.com/onkernel/hypeman-go/commit/ad4dbc545489514d2d18319495165601c894bb0c ) )
10+ * Volumes ([ f850732] ( https://github.com/onkernel/hypeman-go/commit/f850732197f4bd6a7677e48951c08974f4339e8a ) )
11+
312## 0.4.0 (2025-11-26)
413
514Full Changelog: [ v0.3.0...v0.4.0] ( https://github.com/onkernel/hypeman-go/compare/v0.3.0...v0.4.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.4 .0'
31+ go get -u ' github.com/onkernel/hypeman-go@v0.5 .0'
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.4 .0" // x-release-please-version
5+ const PackageVersion = "0.5 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments