Skip to content

Commit 09a582a

Browse files
chore(main): release 2.14.0 (#524)
🤖 I have created a release *beep* *boop* --- ## [2.14.0](v2.13.1...v2.14.0) (2024-10-21) ### Features * add support for Go 1.23 ([#532](#532)) ([838f878](838f878)) * allow retrieving the action from an action error ([#538](#538)) ([07727d3](07727d3)) * include action ID in action error string ([#539](#539)) ([ad5417f](ad5417f)) ### Bug Fixes * deprecate pricing floating ip field ([#523](#523)) ([1089d40](1089d40)) * deprecate unused window parameter in the `EnableBackup` call ([#531](#531)) ([584f6c2](584f6c2)), closes [#525](#525) --- 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 ebe0ba6 commit 09a582a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.13.1"}
1+
{".":"2.14.0"}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.14.0](https://github.com/hetznercloud/hcloud-go/compare/v2.13.1...v2.14.0) (2024-10-21)
4+
5+
6+
### Features
7+
8+
* add support for Go 1.23 ([#532](https://github.com/hetznercloud/hcloud-go/issues/532)) ([838f878](https://github.com/hetznercloud/hcloud-go/commit/838f878189bb46fc071066e77bac421880d9b61e))
9+
* allow retrieving the action from an action error ([#538](https://github.com/hetznercloud/hcloud-go/issues/538)) ([07727d3](https://github.com/hetznercloud/hcloud-go/commit/07727d3362ae3ebd0966ff09e5616afe9965b17f))
10+
* include action ID in action error string ([#539](https://github.com/hetznercloud/hcloud-go/issues/539)) ([ad5417f](https://github.com/hetznercloud/hcloud-go/commit/ad5417f9086278521937ccbae00f31a2b3c8421e))
11+
12+
13+
### Bug Fixes
14+
15+
* deprecate pricing floating ip field ([#523](https://github.com/hetznercloud/hcloud-go/issues/523)) ([1089d40](https://github.com/hetznercloud/hcloud-go/commit/1089d40577b60caeeffcfe30940f831ea7ce3999))
16+
* deprecate unused window parameter in the `EnableBackup` call ([#531](https://github.com/hetznercloud/hcloud-go/issues/531)) ([584f6c2](https://github.com/hetznercloud/hcloud-go/commit/584f6c2a5091ebb2f4761f752c22d9562d46a6f6)), closes [#525](https://github.com/hetznercloud/hcloud-go/issues/525)
17+
318
## [2.13.1](https://github.com/hetznercloud/hcloud-go/compare/v2.13.0...v2.13.1) (2024-08-09)
419

520

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.13.1" // x-release-please-version
30+
const Version = "2.14.0" // x-release-please-version

0 commit comments

Comments
 (0)