Skip to content

Commit de67d42

Browse files
committed
chore: prepare to release
1 parent 91b2cdd commit de67d42

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ _Deparsed_XSubs.pm
4141
cpanfile.snapshot
4242

4343
deps/build
44-
test
44+
test
45+
46+
.clang-format
47+
CLAUDE.md

Changes

Lines changed: 2 additions & 0 deletions
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 premature timeout errors by prioritizing I/O events over timer events.
6+
57
0.095 2025-02-04T05:18:38Z
68

79
- Fix minor memory leaks.

META.json

Lines changed: 1 addition & 1 deletion
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.095",
75+
"version" : "0.096",
7676
"x_contributors" : [
7777
"Masahiro Honma <hiratara@cpan.org>"
7878
],

lib/Redis/Cluster/Fast.pm

Lines changed: 1 addition & 1 deletion
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.095";
7+
our $VERSION = "0.096";
88

99
use constant {
1010
DEFAULT_COMMAND_TIMEOUT => 1.0,

0 commit comments

Comments
 (0)