Skip to content

Commit c5a9798

Browse files
release: 0.17.0
1 parent 6bc4417 commit c5a9798

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

.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.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

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

3+
## 0.17.0 (2026-03-27)
4+
5+
Full Changelog: [v0.16.0...v0.17.0](https://github.com/kernel/hypeman-go/compare/v0.16.0...v0.17.0)
6+
7+
### Features
8+
9+
* Add scheduled instance snapshots with retention cleanup ([f0d4d52](https://github.com/kernel/hypeman-go/commit/f0d4d52bf563ca828cba5f31f6a0c913d4dba4f8))
10+
11+
12+
### Bug Fixes
13+
14+
* prevent duplicate ? in query params ([6bc4417](https://github.com/kernel/hypeman-go/commit/6bc44177b7bd0d7b03702664d573cc160cc11a75))
15+
16+
17+
### Chores
18+
19+
* **ci:** skip lint on metadata-only changes ([e3c8b1f](https://github.com/kernel/hypeman-go/commit/e3c8b1f0943858b91f196db4889a27f0d626a6e4))
20+
* **client:** fix multipart serialisation of Default() fields ([0abcf13](https://github.com/kernel/hypeman-go/commit/0abcf13ab96198afe17152d6653309ad5aecbb97))
21+
* **internal:** support default value struct tag ([e9226b4](https://github.com/kernel/hypeman-go/commit/e9226b48b553d83aad20295d320ca976f97dc0b1))
22+
* **internal:** update gitignore ([3dbe64e](https://github.com/kernel/hypeman-go/commit/3dbe64e2bdb18744c58d30a8a9df44107fed6a61))
23+
324
## 0.16.0 (2026-03-23)
425

526
Full Changelog: [v0.15.0...v0.16.0](https://github.com/kernel/hypeman-go/compare/v0.15.0...v0.16.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/kernel/hypeman-go@v0.16.0'
31+
go get -u 'github.com/kernel/hypeman-go@v0.17.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.16.0" // x-release-please-version
5+
const PackageVersion = "0.17.0" // x-release-please-version

0 commit comments

Comments
 (0)