Skip to content

Commit 44abde3

Browse files
committed
Prepared to release
1 parent 0ae5711 commit 44abde3

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Changes

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

3+
0.30 Sun Nov 20 19:40:55 MSK 2016
4+
- Fixes in POD.
5+
- Fixes in tests.
6+
- Cosmetic changes in code.
7+
38
0.28 Fri Sep 23 12:10:33 MSK 2016
49
- Bugfix. If the client object was destroyed prematurely, in some cases
510
"_process_reply" method have been called on undefined value.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AnyEvent-RipeRedis version 0.29_01
1+
AnyEvent-RipeRedis version 0.30
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.29_01';
8+
our $VERSION = '0.30';
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.29_01';
7+
our $VERSION = '0.30';
88

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

0 commit comments

Comments
 (0)