Skip to content

Commit 2e9c5fc

Browse files
authored
chore(main): release 1.34.0 (#374)
🤖 I have created a release *beep* *boop* --- ## [1.34.0](v1.33.3...v1.34.0) (2024-03-27) ### Features * add `has_id_or_name` to `DomainIdentityMixin` ([#373](#373)) ([8facaf6](8facaf6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8facaf6 commit 2e9c5fc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.33.3"}
1+
{".":"1.34.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.34.0](https://github.com/hetznercloud/hcloud-python/compare/v1.33.3...v1.34.0) (2024-03-27)
4+
5+
6+
### Features
7+
8+
* add `has_id_or_name` to `DomainIdentityMixin` ([#373](https://github.com/hetznercloud/hcloud-python/issues/373)) ([8facaf6](https://github.com/hetznercloud/hcloud-python/commit/8facaf6d4dd2bbfb4137e7066b49c5f4c1db773c))
9+
310
## [1.33.3](https://github.com/hetznercloud/hcloud-python/compare/v1.33.2...v1.33.3) (2024-03-27)
411

512

hcloud/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
VERSION = "1.33.3" # x-release-please-version
3+
VERSION = "1.34.0" # x-release-please-version

0 commit comments

Comments
 (0)