From f669aa0047c3dc3e187fec0fad71c5ff98650a45 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 5 Jan 2023 13:58:13 +0200 Subject: Version 0.3.0 --- ChangeLog.md | 8 ++++++++ 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 maintainer: Igor Pashev author: Igor Pashev synopsis: Access data at OpenWeatherMap -- cgit v1.2.3