Skip to content

Commit c1d126a

Browse files
committed
chore(main): release 2.4.0
1 parent 24db7dd commit c1d126a

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{".":"2.4.0"}

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/hetznercloud/hcloud-python/compare/v2.3.0...v2.4.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* add equality checks to domains ([#481](https://github.com/hetznercloud/hcloud-python/issues/481)) ([4d430f6](https://github.com/hetznercloud/hcloud-python/commit/4d430f6d40a2cd90bef7d308695ded480fa1578a))
9+
* drop support for python 3.8 ([#458](https://github.com/hetznercloud/hcloud-python/issues/458)) ([e74e319](https://github.com/hetznercloud/hcloud-python/commit/e74e3195f74cb5541b2d664c7d1812e05f4ac229))
10+
11+
12+
### Bug Fixes
13+
14+
* server public ipv4 and ipv6 properties are nullable ([#455](https://github.com/hetznercloud/hcloud-python/issues/455)) ([d2cfee6](https://github.com/hetznercloud/hcloud-python/commit/d2cfee61167857bfe3ff88a441622da2c913810c))
15+
16+
17+
### Documentation
18+
19+
* add links to api changelog ([#473](https://github.com/hetznercloud/hcloud-python/issues/473)) ([55d6064](https://github.com/hetznercloud/hcloud-python/commit/55d6064a8e1e6c690644d10cb70261651c78fefc))
20+
* fix typo in README ([#475](https://github.com/hetznercloud/hcloud-python/issues/475)) ([4a4587a](https://github.com/hetznercloud/hcloud-python/commit/4a4587a1fc70b7f9b8f0dd30f05de9976e3efad8))
21+
322
## [2.3.0](https://github.com/hetznercloud/hcloud-python/compare/v2.2.1...v2.3.0) (2024-10-09)
423

524

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__ = "2.3.0" # x-releaser-pleaser-version
3+
__version__ = "2.4.0" # x-release-please-version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hcloud",
10-
version="2.3.0", # x-releaser-pleaser-version
10+
version="2.4.0",
1111
keywords="hcloud hetzner cloud",
1212
description="Official Hetzner Cloud python library",
1313
long_description=readme,

0 commit comments

Comments
 (0)