From cbd004e527170583d1af6fd3f0256dd49704e0c0 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Tue, 20 Aug 2019 07:58:09 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.24. Changelog diff is: diff --git a/Changes b/Changes index e665e38..441b059 100644 --- a/Changes +++ b/Changes @@ -2,9 +2,12 @@ Revision history for Redis {{$NEXT}} +0.24 2019-08-19T22:29:23Z + - drop support of perl 5.20 + 0.23 2019-05-29T11:20:58Z - - Fix info command error message #85 (thanks @benevolent0505 -) + - Fix info command error message #85 (thanks @benevolent0505) + 0.22 2018-08-12T06:26:24Z - Fix #80 Tests fail with redis-server 4.0.11 - Fix spelling error #79 (thanks @guimard) @@ -98,3 +101,4 @@ Revision history for Redis 0.01 2013-10-10T16:46:27Z - First version + --- Changes | 8 ++++++-- META.json | 2 +- lib/Redis/Fast.pm | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index e665e38..441b059 100644 --- a/Changes +++ b/Changes @@ -2,9 +2,12 @@ Revision history for Redis {{$NEXT}} +0.24 2019-08-19T22:29:23Z + - drop support of perl 5.20 + 0.23 2019-05-29T11:20:58Z - - Fix info command error message #85 (thanks @benevolent0505 -) + - Fix info command error message #85 (thanks @benevolent0505) + 0.22 2018-08-12T06:26:24Z - Fix #80 Tests fail with redis-server 4.0.11 - Fix spelling error #79 (thanks @guimard) @@ -98,3 +101,4 @@ Revision history for Redis 0.01 2013-10-10T16:46:27Z - First version + diff --git a/META.json b/META.json index c7cd69e..d8d1619 100644 --- a/META.json +++ b/META.json @@ -79,7 +79,7 @@ "web" : "https://github.com/shogo82148/Redis-Fast" } }, - "version" : "0.23", + "version" : "0.24", "x_contributors" : [ "Aaron Crane ", "Aaron Crane ", diff --git a/lib/Redis/Fast.pm b/lib/Redis/Fast.pm index 4a15d0b..3d5cce8 100644 --- a/lib/Redis/Fast.pm +++ b/lib/Redis/Fast.pm @@ -2,7 +2,7 @@ package Redis::Fast; BEGIN { use XSLoader; - our $VERSION = '0.23'; + our $VERSION = '0.24'; XSLoader::load __PACKAGE__, $VERSION; }