diff options
-rw-r--r-- | ChangeLog.md | 9 | ||||
-rw-r--r-- | openweathermap.cabal | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index fcf20a8..bb37296 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,12 @@ +0.1.0 +===== + + * Removed the `message` field from the `Sys` type. + It was some internal parameter and might be absent. + + * Require servant-client >= 0.16 (for `ClientError` instead of `ServantError`). + + 0.0.0 ===== diff --git a/openweathermap.cabal b/openweathermap.cabal index 8ba748f..f4a9c76 100644 --- a/openweathermap.cabal +++ b/openweathermap.cabal @@ -1,5 +1,5 @@ name: openweathermap -version: 0.0.0 +version: 0.1.0 synopsis: Access data at OpenWeatherMap description: Client library and command-line utility to access OpenWeatherMap https://openweathermap.org @@ -11,7 +11,7 @@ copyright: 2017, Igor Pashev <pashev.igor@gmail.com> category: Web build-type: Simple extra-source-files: README.md ChangeLog.md -cabal-version: >= 1.20 +cabal-version: 1.20 source-repository head type: git |