Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.24.
Browse files Browse the repository at this point in the history
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
+
  • Loading branch information
shogo82148 committed Aug 19, 2019
1 parent f09e357 commit cbd004e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Changes
Expand Up @@ -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)
Expand Down Expand Up @@ -98,3 +101,4 @@ Revision history for Redis

0.01 2013-10-10T16:46:27Z
- First version

2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -79,7 +79,7 @@
"web" : "https://github.com/shogo82148/Redis-Fast"
}
},
"version" : "0.23",
"version" : "0.24",
"x_contributors" : [
"Aaron Crane <arc@aaroncrane.co.uk>",
"Aaron Crane <arc@cpan.org>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Redis/Fast.pm
Expand Up @@ -2,7 +2,7 @@ package Redis::Fast;

BEGIN {
use XSLoader;
our $VERSION = '0.23';
our $VERSION = '0.24';
XSLoader::load __PACKAGE__, $VERSION;
}

Expand Down

0 comments on commit cbd004e

Please sign in to comment.