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 2784461..bbda592 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 {{$NEXT}}

+0.17 2019-03-12T04:24:20Z
+
+    - Bump version
+
 0.16 2019-03-07T07:07:14Z

     - Avoid SQL syntax error: column IN () (charsbar) #26
  • Loading branch information
comewalk committed Mar 12, 2019
1 parent 9b63a6d commit 42d1546
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{$NEXT}}

0.17 2019-03-12T04:24:20Z

- Bump version

0.16 2019-03-07T07:07:14Z

- Avoid SQL syntax error: column IN () (charsbar) #26
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"web" : "https://github.com/sixapart/data-objectdriver"
}
},
"version" : "0.16",
"version" : "0.17",
"x_authority" : "cpan:SIXAPART",
"x_contributors" : [
"Adam Thomason <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/ObjectDriver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Data::ObjectDriver::Iterator;

__PACKAGE__->mk_accessors(qw( pk_generator txn_active ));

our $VERSION = '0.16';
our $VERSION = '0.17';
our $DEBUG = $ENV{DOD_DEBUG} || 0;
our $PROFILE = $ENV{DOD_PROFILE} || 0;
our $PROFILER;
Expand Down

0 comments on commit 42d1546

Please sign in to comment.