Skip to content

Commit

Permalink
chore(main): release 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Apr 8, 2024
1 parent b745d40 commit 68b4c45
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.35.0"}
{".":"1.35.1"}
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.1](https://github.com/hetznercloud/hcloud-python/compare/v1.35.0...v1.35.1) (2024-04-08)


### Dependencies

* update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 ([5ef25ab](https://github.com/hetznercloud/hcloud-python/commit/5ef25ab3966d731c4c36ea3e785c2b5f20c69489))


### Documentation

* cx11 is name, not an id ([#381](https://github.com/hetznercloud/hcloud-python/issues/381)) ([b745d40](https://github.com/hetznercloud/hcloud-python/commit/b745d4049f720b93d840a9204a99d246ecb499e5))

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


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.35.0" # x-release-please-version
VERSION = "1.35.1" # x-release-please-version

0 comments on commit 68b4c45

Please sign in to comment.