diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2023-01-05 13:58:13 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2023-01-05 14:00:02 +0200 |
commit | f669aa0047c3dc3e187fec0fad71c5ff98650a45 (patch) | |
tree | 6cbe0627f10398d78b3a3748d3e7f1c142ac6d53 | |
parent | 1014034c8938547630180ae611d0c7d4a2912b70 (diff) | |
download | openweathermap-f669aa0047c3dc3e187fec0fad71c5ff98650a45.tar.gz |
Version 0.3.00.3.0
-rw-r--r-- | ChangeLog.md | 8 | ||||
-rw-r--r-- | openweathermap.cabal | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index f81641a..fa67128 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +0.3.0 +===== + + * Switch from HTTP to HTTPS API (https://api.openweathermap.org/data/2.5). + * Command line utility prints absolute humidity and local time. + * Require Servant >= 0.19. + + 0.2.0 ===== diff --git a/openweathermap.cabal b/openweathermap.cabal index 56dd126..1531eae 100644 --- a/openweathermap.cabal +++ b/openweathermap.cabal @@ -1,9 +1,8 @@ cabal-version: 1.20 name: openweathermap -version: 0.2.0 +version: 0.3.0 license: PublicDomain license-file: LICENSE -copyright: 2017, Igor Pashev <pashev.igor@gmail.com> maintainer: Igor Pashev <pashev.igor@gmail.com> author: Igor Pashev synopsis: Access data at OpenWeatherMap |