Skip to content

Commit

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


##
[1.35.0](v1.34.0...v1.35.0)
(2024-04-02)


### Features

* add `include_deprecated` option when fetching images by name
([#375](#375))
([6d86f86](6d86f86))


### Bug Fixes

* raise warnings for the `ImagesClient.get_by_name` deprecation
([#376](#376))
([b24de80](b24de80))

---
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 Apr 2, 2024
1 parent 6d86f86 commit 14eeb69
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 @@
{".":"1.34.0"}
{".":"1.35.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.35.0](https://github.com/hetznercloud/hcloud-python/compare/v1.34.0...v1.35.0) (2024-04-02)


### Features

* add `include_deprecated` option when fetching images by name ([#375](https://github.com/hetznercloud/hcloud-python/issues/375)) ([6d86f86](https://github.com/hetznercloud/hcloud-python/commit/6d86f86677fec23e6fd8a69d20d787e234e0fb53))


### Bug Fixes

* raise warnings for the `ImagesClient.get_by_name` deprecation ([#376](https://github.com/hetznercloud/hcloud-python/issues/376)) ([b24de80](https://github.com/hetznercloud/hcloud-python/commit/b24de80684db142ebbe11b62a38d9c61f248e216))

## [1.34.0](https://github.com/hetznercloud/hcloud-python/compare/v1.33.3...v1.34.0) (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.34.0" # x-release-please-version
VERSION = "1.35.0" # x-release-please-version

0 comments on commit 14eeb69

Please sign in to comment.