Skip to content

Commit

Permalink
Update server pricing to include hourly cost
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Mar 31, 2024
1 parent 1d6c32f commit 3bb191d
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 306 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

⚠️ indicates breaking changes.

## 4.0.0

* ⚠️ Update server pricing models to include the new [hourly pricing](https://docs.hetzner.com/general/others/new-billing-model/).

## 3.0.0

* Update `hyper` dependency to `1.0`. This is considered a breaking change because we expose the ability to
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hrobot"
description = "Unofficial Hetzner Robot API client"
keywords = ["hetzner", "robot", "api", "client", "async"]
repository = "https://github.com/MathiasPius/hrobot-rs"
version = "3.0.0"
version = "4.0.0"
license = "MIT"
edition = "2021"

Expand Down
Loading

0 comments on commit 3bb191d

Please sign in to comment.