From 45333badbe4c5e434172dc52a802fde6662b846e Mon Sep 17 00:00:00 2001 From: ytnobody Date: Fri, 8 Nov 2013 17:36:43 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.02. Changelog diff is: diff --git a/Changes b/Changes index 2bf77da..f02b714 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Otogiri {{$NEXT}} +0.02 2013-11-08T08:36:37Z + - feature: add last_inserted_id() [tsucchi++] + 0.01 2013-10-30T06:45:03Z - original version --- Changes | 3 +++ META.json | 2 +- lib/Otogiri.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2bf77da..f02b714 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Otogiri {{$NEXT}} +0.02 2013-11-08T08:36:37Z + - feature: add last_inserted_id() [tsucchi++] + 0.01 2013-10-30T06:45:03Z - original version diff --git a/META.json b/META.json index ff126bb..e8252a8 100644 --- a/META.json +++ b/META.json @@ -67,7 +67,7 @@ "web" : "https://github.com/ytnobody/Otogiri" } }, - "version" : "0.01", + "version" : "0.02", "x_contributors" : [ "papix ", "Takuya Tsuchida " diff --git a/lib/Otogiri.pm b/lib/Otogiri.pm index 012ed80..1ac6590 100644 --- a/lib/Otogiri.pm +++ b/lib/Otogiri.pm @@ -3,7 +3,7 @@ use 5.008005; use strict; use warnings; -our $VERSION = "0.01"; +our $VERSION = "0.02"; use Class::Accessor::Lite ( ro => [qw/connect_info/],