Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.05.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
ytnobody committed Dec 28, 2013
1 parent 2bcb501 commit dab2e69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"web" : "https://github.com/ytnobody/Otogiri"
}
},
"version" : "0.04",
"version" : "0.05",
"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.04";
our $VERSION = "0.05";

use Class::Accessor::Lite (
ro => [qw/connect_info/],
Expand Down

0 comments on commit dab2e69

Please sign in to comment.