Skip to content

Commit

Permalink
Prepared to new release.
Browse files Browse the repository at this point in the history
Version increased. Added record to changelog
  • Loading branch information
Eugene Ponizovsky committed Jun 27, 2015
1 parent 98b850d commit 9653a15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
@@ -1,5 +1,12 @@
Revision history for AnyEvent::Redis::RipeRedis.

1.48 Sat Jun 27 15:31:24 MSK 2015
- FEATURE Improved subscription mechanism. Now if connection was lost when
client has active subscriptions, the 'on_error' or 'on_reply' callback,
specified in appropriate '(p)subscribe' method, is called.
- Slight refactoring.
- Minor changes in POD.

1.46 Sat Mar 7 15:37:54 MSK 2015
- FEATURE: Added new error code E_BUSY_KEY.
- Module Test::RedisServer was copied to testing environment and was refactored.
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
AnyEvent-Redis-RipeRedis version 1.46
AnyEvent-Redis-RipeRedis version 1.48
======================

INSTALLATION
Expand Down
2 changes: 1 addition & 1 deletion lib/AnyEvent/Redis/RipeRedis.pm
Expand Up @@ -7,7 +7,7 @@ package AnyEvent::Redis::RipeRedis;

use base qw( Exporter );

our $VERSION = '1.47_03';
our $VERSION = '1.48';

use AnyEvent;
use AnyEvent::Handle;
Expand Down

0 comments on commit 9653a15

Please sign in to comment.