From c097702a0570840877cdb2a82304b2011c7e51ab Mon Sep 17 00:00:00 2001 From: Ed Freyfogle Date: Sun, 10 Nov 2019 09:43:15 +0100 Subject: [PATCH] v0.26 --- Changes | 6 ++++++ dist.ini | 2 +- lib/Geo/Coder/OpenCage.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 0058f4f..548b4d8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Geo-Coder-OpenCage +0.26 2019-11-10 + no code changes + - add test for 429 response + - travis now tests perl 5.30 + - use coveralls + 0.25 2019-10-15 - remove debugging mistakenly left in 0.24. Sorry! diff --git a/dist.ini b/dist.ini index a45ef0c..8a1f8ae 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Geo-Coder-OpenCage -version = 0.25 +version = 0.26 abstract = Geocode coordinates and addresses with the OpenCage Geocoder author = edf license = Perl_5 diff --git a/lib/Geo/Coder/OpenCage.pm b/lib/Geo/Coder/OpenCage.pm index c6fe9c7..7dcb272 100644 --- a/lib/Geo/Coder/OpenCage.pm +++ b/lib/Geo/Coder/OpenCage.pm @@ -9,7 +9,7 @@ use HTTP::Tiny; use JSON::MaybeXS; use URI; # FIXME - must be a way to get this from dist.ini? -my $version = 0.25; +my $version = 0.26; my $ua_string; sub new {