From 1b55152c7e81a8e63dcffd7f970d9f3df172888d Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 28 Jun 2020 17:43:01 +0200 Subject: Version 0.2.0 --- ChangeLog.md | 7 +++++++ openweathermap.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3