Skip to content

Commit

Permalink
Release 5.0.1 with trigger reset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Apr 4, 2024
1 parent 2ca5d2d commit d85283f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

⚠️ indicates breaking changes.

## 5.0.1

* Fix improper deserialization of response from calling `trigger_reset`.

## 5.0.0

* ⚠️ vSwitch cancellation's `date` argument is now optional. Omitting the parameter causes immediate cancellation.
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 = "5.0.0"
version = "5.0.1"
license = "MIT"
edition = "2021"

Expand Down

0 comments on commit d85283f

Please sign in to comment.