diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2020-06-28 17:43:01 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2020-06-28 17:43:01 +0200 |
commit | 1b55152c7e81a8e63dcffd7f970d9f3df172888d (patch) | |
tree | ea7e6e307b2533a6ca6aead2b916885ecf4c2eee | |
parent | 27b29703a46bcde319961c2b52d38da3513a1da8 (diff) | |
download | openweathermap-1b55152c7e81a8e63dcffd7f970d9f3df172888d.tar.gz |
Version 0.2.00.2.0
-rw-r--r-- | ChangeLog.md | 7 | ||||
-rw-r--r-- | openweathermap.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index bb37296..a8b89ba 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,10 @@ +0.2.0 +===== + + * (* BREAKING *) Made Location a part of the API to + reduce code duplication. + + 0.1.0 ===== diff --git a/openweathermap.cabal b/openweathermap.cabal index 91a81f8..2138576 100644 --- a/openweathermap.cabal +++ b/openweathermap.cabal @@ -1,5 +1,5 @@ name: openweathermap -version: 0.1.0 +version: 0.2.0 synopsis: Access data at OpenWeatherMap description: Client library and command-line utility to access OpenWeatherMap https://openweathermap.org |