Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.10.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tsucchi committed May 13, 2014
1 parent 007531f commit f512aa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"web" : "https://github.com/ytnobody/Otogiri"
}
},
"version" : "0.09",
"version" : "0.10",
"x_contributors" : [
"papix <mail@papix.net>",
"Takuya Tsuchida <tsucchi@cpan.org>"
Expand Down
2 changes: 1 addition & 1 deletion lib/Otogiri.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use 5.008005;
use strict;
use warnings;

our $VERSION = "0.09";
our $VERSION = "0.10";

use DBIx::Otogiri;

Expand Down

0 comments on commit f512aa2

Please sign in to comment.