Skip to content

Commit fa9a060

Browse files
committed
Checking in changes prior to tagging of version 0.27.
Changelog diff is: diff --git a/Changes b/Changes index db259e5..d444847 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ {{$NEXT}} +0.27 2026-02-13T04:51:15Z + - Fix bulk_insert for binary values #61 + 0.26 2025-10-17T02:16:46Z - Add an ability to accept subqueries with SQL objects #57 #59
1 parent 72d30a6 commit fa9a060

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changes

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

3+
0.27 2026-02-13T04:51:15Z
4+
- Fix bulk_insert for binary values #61
5+
36
0.26 2025-10-17T02:16:46Z
47
- Add an ability to accept subqueries with SQL objects #57 #59
58

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"web" : "https://github.com/sixapart/data-objectdriver"
144144
}
145145
},
146-
"version" : "0.26",
146+
"version" : "0.27",
147147
"x_authority" : "cpan:SIXAPART",
148148
"x_contributors" : [
149149
"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.26';
14+
our $VERSION = '0.27';
1515
our $DEBUG = $ENV{DOD_DEBUG} || 0;
1616
our $PROFILE = $ENV{DOD_PROFILE} || 0;
1717
our $PROFILER;

0 commit comments

Comments
 (0)