Skip to content

Commit

Permalink
bump version v0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed Dec 5, 2016
1 parent bbe0a8e commit 673ad1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
0.05 Tue Nov 29 2016 Pavel Shaydo <zwon@trinitum.org>
0.06 Tue Dec 6 2016 Pavel Shaydo <zwon@cpan.org>
- make it compile on threaded perls. See #3,
thanks to @aero for the report

0.05 Tue Nov 29 2016 Pavel Shaydo <zwon@cpan.org>
- minor doc fix
- remove unnecessary Test::Most dependency. Fixes #2, thanks to
@andk for the report.


0.04 Sat Oct 22 2016 Pavel Shaydo <zwon@cpan.org>
- add destroy and dump methods

Expand Down
4 changes: 2 additions & 2 deletions lib/Kafka/Librd.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Kafka::Librd;
use strict;
use warnings;
our $VERSION = "0.05";
our $VERSION = "0.06";
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand All @@ -17,7 +17,7 @@ Kafka::Librd - bindings for librdkafka
=head1 VERSION
This document describes Kafka::Librd version 0.05
This document describes Kafka::Librd version 0.06
=head1 SYNOPSIS
Expand Down

0 comments on commit 673ad1b

Please sign in to comment.