From 673ad1b671307ad272c08cdde696ea11a865b781 Mon Sep 17 00:00:00 2001 From: Pavel Shaydo Date: Tue, 6 Dec 2016 00:06:39 +0100 Subject: [PATCH] bump version v0.06 --- Changes | 7 +++++-- lib/Kafka/Librd.pm | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 360a175..4d30c46 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,12 @@ -0.05 Tue Nov 29 2016 Pavel Shaydo +0.06 Tue Dec 6 2016 Pavel Shaydo + - make it compile on threaded perls. See #3, + thanks to @aero for the report + +0.05 Tue Nov 29 2016 Pavel Shaydo - minor doc fix - remove unnecessary Test::Most dependency. Fixes #2, thanks to @andk for the report. - 0.04 Sat Oct 22 2016 Pavel Shaydo - add destroy and dump methods diff --git a/lib/Kafka/Librd.pm b/lib/Kafka/Librd.pm index 5f3620f..b1fbaf6 100644 --- a/lib/Kafka/Librd.pm +++ b/lib/Kafka/Librd.pm @@ -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; @@ -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