From dab2e698d106438e9ce832f90174b3ef3a14c6bc Mon Sep 17 00:00:00 2001 From: ytnobody Date: Sun, 29 Dec 2013 00:53:35 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.05. Changelog diff is: diff --git a/Changes b/Changes index 1065101..6fece27 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Otogiri {{$NEXT}} +0.05 2013-12-28T15:53:17Z + - bug fix: single() returns a void hashref if WHERE-clause is not matched to rows. [ytnobody] + 0.04 2013-12-27T00:15:04Z - incompatible change [tsucchi++] search_by_sql($sql, @binds) -> search_by_sql($sql, $binds_aref, $table) --- Changes | 3 +++ META.json | 2 +- lib/Otogiri.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 1065101..6fece27 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Otogiri {{$NEXT}} +0.05 2013-12-28T15:53:17Z + - bug fix: single() returns a void hashref if WHERE-clause is not matched to rows. [ytnobody] + 0.04 2013-12-27T00:15:04Z - incompatible change [tsucchi++] search_by_sql($sql, @binds) -> search_by_sql($sql, $binds_aref, $table) diff --git a/META.json b/META.json index 049a4a5..d95df1a 100644 --- a/META.json +++ b/META.json @@ -67,7 +67,7 @@ "web" : "https://github.com/ytnobody/Otogiri" } }, - "version" : "0.04", + "version" : "0.05", "x_contributors" : [ "papix ", "Takuya Tsuchida " diff --git a/lib/Otogiri.pm b/lib/Otogiri.pm index c8147c8..2a87ffd 100644 --- a/lib/Otogiri.pm +++ b/lib/Otogiri.pm @@ -3,7 +3,7 @@ use 5.008005; use strict; use warnings; -our $VERSION = "0.04"; +our $VERSION = "0.05"; use Class::Accessor::Lite ( ro => [qw/connect_info/],