Skip to content

Commit

Permalink
v0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Nov 10, 2019
1 parent 5f32cb5 commit c097702
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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!

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -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 <edf@opencagedata.com>
license = Perl_5
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/Coder/OpenCage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c097702

Please sign in to comment.