Skip to content

Commit 42d1546

Browse files
committed
Checking in changes prior to tagging of version 0.17.
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
1 parent 9b63a6d commit 42d1546

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{{$NEXT}}
22

3+
0.17 2019-03-12T04:24:20Z
4+
5+
- Bump version
6+
37
0.16 2019-03-07T07:07:14Z
48

59
- Avoid SQL syntax error: column IN () (charsbar) #26

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"web" : "https://github.com/sixapart/data-objectdriver"
8080
}
8181
},
82-
"version" : "0.16",
82+
"version" : "0.17",
8383
"x_authority" : "cpan:SIXAPART",
8484
"x_contributors" : [
8585
"Adam Thomason <athomason@sixapart.com>",

lib/Data/ObjectDriver.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Data::ObjectDriver::Iterator;
1111

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

14-
our $VERSION = '0.16';
14+
our $VERSION = '0.17';
1515
our $DEBUG = $ENV{DOD_DEBUG} || 0;
1616
our $PROFILE = $ENV{DOD_PROFILE} || 0;
1717
our $PROFILER;

0 commit comments

Comments
 (0)