Skip to content

Commit e2136e6

Browse files
committed
Prepared to release
1 parent bc67052 commit e2136e6

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for AnyEvent::RipeRedis.
22

3+
0.26 Fri Sep 2 18:17:17 MSK 2016
4+
- "min_reconnect_interval" renamed to "reconnect_interval"
5+
36
0.24 Fri Sep 2 08:20:05 MSK 2016
47
- Error "not allowed after "multi"" now raise exception.
58
- Unit tests improved.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AnyEvent-RipeRedis version 0.25_01
1+
AnyEvent-RipeRedis version 0.26
22
======================
33

44
INSTALLATION

lib/AnyEvent/RipeRedis.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use base qw( Exporter );
77

8-
our $VERSION = '0.25_01';
8+
our $VERSION = '0.26';
99

1010
use AnyEvent::RipeRedis::Error;
1111

lib/AnyEvent/RipeRedis/Error.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.008000;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.25_01';
7+
our $VERSION = '0.26';
88

99
our %ERROR_CODES = (
1010
E_CANT_CONN => 1,

0 commit comments

Comments
 (0)