Skip to content

Commit

Permalink
chore(main): release 1.34.0 (#374)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
hcloud-bot authored Mar 27, 2024
1 parent 8facaf6 commit 2e9c5fc
Show file tree
Hide file tree
Showing 3 changed files with 9 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.33.3"}
{".":"1.34.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.34.0](https://github.com/hetznercloud/hcloud-python/compare/v1.33.3...v1.34.0) (2024-03-27)


### Features

* 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))

## [1.33.3](https://github.com/hetznercloud/hcloud-python/compare/v1.33.2...v1.33.3) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion hcloud/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

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

0 comments on commit 2e9c5fc

Please sign in to comment.