Skip to content

Commit d122b99

Browse files
committed
chore: prepare to release
1 parent 48f49f8 commit d122b99

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Perl extension Redis-Cluster-Fast
22

33
{{$NEXT}}
44

5+
- Fix minor memory leaks.
6+
57
0.094 2025-02-03T17:00:18Z
68

79
- Add run_event_loop method.

META.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"web" : "https://github.com/plainbanana/Redis-Cluster-Fast"
7373
}
7474
},
75-
"version" : "0.094",
75+
"version" : "0.095",
7676
"x_contributors" : [
7777
"Masahiro Honma <[email protected]>"
7878
],

lib/Redis/Cluster/Fast.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Carp 'croak';
66

7-
our $VERSION = "0.094";
7+
our $VERSION = "0.095";
88

99
use constant {
1010
DEFAULT_COMMAND_TIMEOUT => 1.0,

0 commit comments

Comments
 (0)