From f512aa221191e237589d87c528c2a84aabaebec0 Mon Sep 17 00:00:00 2001 From: Takuya Tsuchida Date: Tue, 13 May 2014 21:58:10 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.10. Changelog diff is: diff --git a/Changes b/Changes index 71dd403..e3fb932 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension Otogiri {{$NEXT}} + +0.10 2014-05-13T12:57:51Z - add $self(Otogiri instance) to inflate/deflate 3rd parameter. 0.09 2014-03-18T05:07:22Z --- Changes | 2 ++ META.json | 2 +- lib/Otogiri.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 71dd403..e3fb932 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension Otogiri {{$NEXT}} + +0.10 2014-05-13T12:57:51Z - add $self(Otogiri instance) to inflate/deflate 3rd parameter. 0.09 2014-03-18T05:07:22Z diff --git a/META.json b/META.json index 7941a4f..bf1dea2 100644 --- a/META.json +++ b/META.json @@ -69,7 +69,7 @@ "web" : "https://github.com/ytnobody/Otogiri" } }, - "version" : "0.09", + "version" : "0.10", "x_contributors" : [ "papix ", "Takuya Tsuchida " diff --git a/lib/Otogiri.pm b/lib/Otogiri.pm index 7738e1a..181f4d9 100644 --- a/lib/Otogiri.pm +++ b/lib/Otogiri.pm @@ -3,7 +3,7 @@ use 5.008005; use strict; use warnings; -our $VERSION = "0.09"; +our $VERSION = "0.10"; use DBIx::Otogiri;