Navigation Menu

Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.17.
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
ytnobody committed Feb 2, 2016
1 parent f59b521 commit 710484e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -74,7 +74,7 @@
"web" : "https://github.com/ytnobody/Otogiri"
}
},
"version" : "0.16",
"version" : "0.17",
"x_contributors" : [
"papix <mail@papix.net>",
"ytnobody <ytnobody@ytnobody.net>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Otogiri.pm
Expand Up @@ -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;
Expand Down

0 comments on commit 710484e

Please sign in to comment.