packages feed

hetzner 0.7.2.0 → 0.7.2.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+## 0.7.2.1+* Update default server type for new servers.+  The previous value became obsolete.+ ## 0.7.2.0 * Add `getTokenFromEnvThrow`. * Add the `MissingToken` constructor to the `CloudException` type.
hetzner.cabal view
@@ -2,7 +2,7 @@ category: Cloud synopsis: Hetzner Cloud and DNS library. description: Hetzner Cloud and DNS library. Check the readme and documentation for more details.-version: 0.7.2.0+version: 0.7.2.1 cabal-version: 1.18 build-type: Simple author: Daniel Casanueva (coding `at` danielcasanueva.eu)
src/Hetzner/Cloud.hs view
@@ -1837,7 +1837,7 @@   , newServerNetworks = []   , newServerEnableIPv4 = True   , newServerEnableIPv6 = True-  , newServerType = ServerTypeID 1+  , newServerType = ServerTypeID 22   , newServerSSHKeys = []   , newServerStart = True   , newServerVolumes = []