Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.16.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 7dde59b..2d49369 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Otogiri

 {{$NEXT}}

+0.16 2015-11-13T07:17:24Z
+
+    - add disconnect() [tsucchi]
+    - call disconnect() when reconnect() was called [tsucchi]
+
 0.15 2015-01-11T04:55:43Z

     - automatically reconnect when connection is lost [tsucchi]
  • Loading branch information
ytnobody committed Nov 13, 2015
1 parent 34dcbda commit 9381392
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension Otogiri

{{$NEXT}}

0.16 2015-11-13T07:17:24Z

- add disconnect() [tsucchi]
- call disconnect() when reconnect() was called [tsucchi]

0.15 2015-01-11T04:55:43Z

- automatically reconnect when connection is lost [tsucchi]
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ytnobody <ytnobody@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.0, CPAN::Meta::Converter version 2.141170",
"generated_by" : "Minilla/v3.0.0, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -74,7 +74,7 @@
"web" : "https://github.com/ytnobody/Otogiri"
}
},
"version" : "0.15",
"version" : "0.16",
"x_contributors" : [
"papix <mail@papix.net>",
"ytnobody <ytnobody@ytnobody.net>",
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.15";
our $VERSION = "0.16";

use parent 'Exporter';
use SQL::QueryMaker;
Expand Down

0 comments on commit 9381392

Please sign in to comment.