From 710484ecc6fb70b4bd6d3f6eecc263bc89ba1582 Mon Sep 17 00:00:00 2001 From: ytnobody Date: Tue, 2 Feb 2016 14:57:45 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.17. Changelog diff is: diff --git a/Changes b/Changes index 2d49369..5877db7 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for Perl extension Otogiri {{$NEXT}} +0.17 2016-02-02T05:57:36Z + + - INCOMPATIBLE CHANGE [tsucchi] + Change a behavior of insert() / fast_insert() as returns a last_insert_id. + - reformat a documentation [ytnobody] + 0.16 2015-11-13T07:17:24Z - add disconnect() [tsucchi] --- Changes | 6 ++++++ META.json | 2 +- lib/Otogiri.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2d49369..5877db7 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for Perl extension Otogiri {{$NEXT}} +0.17 2016-02-02T05:57:36Z + + - INCOMPATIBLE CHANGE [tsucchi] + Change a behavior of insert() / fast_insert() as returns a last_insert_id. + - reformat a documentation [ytnobody] + 0.16 2015-11-13T07:17:24Z - add disconnect() [tsucchi] diff --git a/META.json b/META.json index 3041cf4..a28ad21 100644 --- a/META.json +++ b/META.json @@ -74,7 +74,7 @@ "web" : "https://github.com/ytnobody/Otogiri" } }, - "version" : "0.16", + "version" : "0.17", "x_contributors" : [ "papix ", "ytnobody ", diff --git a/lib/Otogiri.pm b/lib/Otogiri.pm index c1e240d..47600a4 100644 --- a/lib/Otogiri.pm +++ b/lib/Otogiri.pm @@ -3,7 +3,7 @@ use 5.008005; use strict; use warnings; -our $VERSION = "0.16"; +our $VERSION = "0.17"; use parent 'Exporter'; use SQL::QueryMaker;