Skip to content

Commit e77e2f5

Browse files
release: 0.5.0
1 parent 9aa90ad commit e77e2f5

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## 0.5.0 (2025-12-03)
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+
* Initialize volume with data ([9aa90ad](https://github.com/onkernel/hypeman-go/commit/9aa90adfeb2b0ae7d7af4b5cc6040a530194ef37))
10+
* Volume readonly multi-attach ([ad4dbc5](https://github.com/onkernel/hypeman-go/commit/ad4dbc545489514d2d18319495165601c894bb0c))
11+
* Volumes ([f850732](https://github.com/onkernel/hypeman-go/commit/f850732197f4bd6a7677e48951c08974f4339e8a))
12+
313
## 0.4.0 (2025-11-26)
414

515
Full Changelog: [v0.3.0...v0.4.0](https://github.com/onkernel/hypeman-go/compare/v0.3.0...v0.4.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 -->

internal/version.go

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

33
package internal
44

5-
const PackageVersion = "0.4.0" // x-release-please-version
5+
const PackageVersion = "0.5.0" // x-release-please-version

0 commit comments

Comments
 (0)