Skip to content

Commit 677d80f

Browse files
chore(main): release 2.16.0 (#546)
🤖 I have created a release *beep* *boop* --- ## [2.16.0](v2.15.0...v2.16.0) (2024-11-05) ### Features * use custom IDOrName type for schemas ([#545](#545)) ([1d97017](1d97017)) ### Bug Fixes * **metadata:** trim responses before parsing ([#547](#547)) ([283363f](283363f)), closes [#540](#540) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 283363f commit 677d80f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.15.0"}
1+
{".":"2.16.0"}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.16.0](https://github.com/hetznercloud/hcloud-go/compare/v2.15.0...v2.16.0) (2024-11-05)
4+
5+
6+
### Features
7+
8+
* use custom IDOrName type for schemas ([#545](https://github.com/hetznercloud/hcloud-go/issues/545)) ([1d97017](https://github.com/hetznercloud/hcloud-go/commit/1d97017b303caa29379e7202a04814985604bea2))
9+
10+
11+
### Bug Fixes
12+
13+
* **metadata:** trim responses before parsing ([#547](https://github.com/hetznercloud/hcloud-go/issues/547)) ([283363f](https://github.com/hetznercloud/hcloud-go/commit/283363f2c875f6cf7611d99a8f1590bfab157af6)), closes [#540](https://github.com/hetznercloud/hcloud-go/issues/540)
14+
315
## [2.15.0](https://github.com/hetznercloud/hcloud-go/compare/v2.14.0...v2.15.0) (2024-10-31)
416

517

hcloud/hcloud.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ breaking changes.
2727
package hcloud
2828

2929
// Version is the library's version following Semantic Versioning.
30-
const Version = "2.15.0" // x-release-please-version
30+
const Version = "2.16.0" // x-release-please-version

0 commit comments

Comments
 (0)