Skip to content

Commit db7e12d

Browse files
chore(release-1.x): release 1.57.0 (#472)
🤖 I have created a release *beep* *boop* --- ## [1.57.0](v1.56.0...v1.57.0) (2024-06-25) ### Features * filter out nil actions in action waiter ([#464](#464)) ([#471](#471)) ([14bf589](14bf589)) --- 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 14bf589 commit db7e12d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.56.0"}
1+
{".":"1.57.0"}

CHANGELOG.md

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

3+
## [1.57.0](https://github.com/hetznercloud/hcloud-go/compare/v1.56.0...v1.57.0) (2024-06-25)
4+
5+
6+
### Features
7+
8+
* filter out nil actions in action waiter ([#464](https://github.com/hetznercloud/hcloud-go/issues/464)) ([#471](https://github.com/hetznercloud/hcloud-go/issues/471)) ([14bf589](https://github.com/hetznercloud/hcloud-go/commit/14bf589531514c49de5ea374696a880dea09a355))
9+
310
## [1.56.0](https://github.com/hetznercloud/hcloud-go/compare/v1.55.0...v1.56.0) (2024-05-22)
411

512

hcloud/hcloud.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package hcloud
33

44
// Version is the library's version following Semantic Versioning.
5-
const Version = "1.56.0" // x-release-please-version
5+
const Version = "1.57.0" // x-release-please-version

0 commit comments

Comments
 (0)