Skip to content

Commit

Permalink
chore(main): release 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 22, 2025
1 parent 9515be7 commit a605cb8
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@
{".":"2.17.1"}
{".":"2.18.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.18.0](https://github.com/hetznercloud/hcloud-go/compare/v2.17.1...v2.18.0) (2025-01-22)


### Features

* **exp:** add `randutil.GenerateID` helper ([#580](https://github.com/hetznercloud/hcloud-go/issues/580)) ([9515be7](https://github.com/hetznercloud/hcloud-go/commit/9515be7c2b44e5656bd756837e5c89ccd19665f1))


### Bug Fixes

* allow getting resources with number as name ([#571](https://github.com/hetznercloud/hcloud-go/issues/571)) ([b743a33](https://github.com/hetznercloud/hcloud-go/commit/b743a332578904748129240974142b3f6ea20845))

## [2.17.1](https://github.com/hetznercloud/hcloud-go/compare/v2.17.0...v2.17.1) (2024-12-17)


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

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

0 comments on commit a605cb8

Please sign in to comment.