Skip to content

Commit 9903f4d

Browse files
chore(main): release 2.15.0 (#544)
🤖 I have created a release *beep* *boop* --- ## [2.15.0](v2.14.0...v2.15.0) (2024-10-31) ### Features * **exp:** add mockutil.Server helper ([#543](#543)) ([fa1069b](fa1069b)) * **exp:** fail test when mock calls were expected but not received ([#542](#542)) ([01392cc](01392cc)) --- 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 fa1069b commit 9903f4d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/release-please-manifest.json

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.15.0](https://github.com/hetznercloud/hcloud-go/compare/v2.14.0...v2.15.0) (2024-10-31)
4+
5+
6+
### Features
7+
8+
* **exp:** add mockutil.Server helper ([#543](https://github.com/hetznercloud/hcloud-go/issues/543)) ([fa1069b](https://github.com/hetznercloud/hcloud-go/commit/fa1069b1f677325726bf1f9dc14922a707e16440))
9+
* **exp:** fail test when mock calls were expected but not received ([#542](https://github.com/hetznercloud/hcloud-go/issues/542)) ([01392cc](https://github.com/hetznercloud/hcloud-go/commit/01392cc77e05d1aa1add84e17aa89a8a26ea61d2))
10+
311
## [2.14.0](https://github.com/hetznercloud/hcloud-go/compare/v2.13.1...v2.14.0) (2024-10-21)
412

513

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

0 commit comments

Comments
 (0)