Skip to content

Commit b879a8e

Browse files
committed
3.1.0 release
1 parent 31fbd0f commit b879a8e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Geo-IPinfo/Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ Revision history for Geo-IPinfo
2020

2121
3.0.0 Nov 22, 2023
2222
Inlined data files
23+
24+
3.0.1 Aug 28, 2024
25+
No-op
26+
27+
3.1.0 Jul 24, 2025
28+
Return the cache result if there is a cache hit
29+
Net::CIDR 0.22 fixes the non-compressed IPv6 issue; add repository metadata to Makefile.PL
30+
Add IPinfoLite to support Lite API

Geo-IPinfo/lib/Geo/IPinfo.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::Details;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.0.2';
14+
our $VERSION = '3.1.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;

Geo-IPinfo/lib/Geo/IPinfoLite.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::DetailsLite;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.0.2';
14+
our $VERSION = '3.1.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;

0 commit comments

Comments
 (0)