Skip to content

Commit

Permalink
chore(release-1.x): release 1.54.0 (#377)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.54.0](v1.53.0...v1.54.0)
(2024-04-18)


### Features

* **error:** handle wrapped errors in IsError()
([64902c5](64902c5))
* **server:** deprecate ServerRescueTypeLinux32
[#379](#379)
([7337010](7337010))


### Bug Fixes

* falsely omitted fields in firewall schema
([7f39bfa](7f39bfa))

---
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>
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
1 parent a76a329 commit 50a3b97
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.53.0"}
{".":"1.54.0"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.54.0](https://github.com/hetznercloud/hcloud-go/compare/v1.53.0...v1.54.0) (2024-04-18)


### Features

* **error:** handle wrapped errors in IsError() ([64902c5](https://github.com/hetznercloud/hcloud-go/commit/64902c582618a4042382d36a4005720528bfaf51))
* **server:** deprecate ServerRescueTypeLinux32 [#379](https://github.com/hetznercloud/hcloud-go/issues/379) ([7337010](https://github.com/hetznercloud/hcloud-go/commit/73370105e02bcfca0b97a2db8d30cf244866fdaf))


### Bug Fixes

* falsely omitted fields in firewall schema ([7f39bfa](https://github.com/hetznercloud/hcloud-go/commit/7f39bfa7da9eaf4ea7e5d7baae9354d1d4d1b3d6))

## [1.53.0](https://github.com/hetznercloud/hcloud-go/compare/v1.52.0...v1.53.0) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion hcloud/hcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package hcloud

// Version is the library's version following Semantic Versioning.
const Version = "1.53.0" // x-release-please-version
const Version = "1.54.0" // x-release-please-version

0 comments on commit 50a3b97

Please sign in to comment.