Skip to content

Commit 28f53f4

Browse files
committed
Checking in changes prior to tagging of version 0.25.
Changelog diff is: diff --git a/Changes b/Changes index 1ef46c0..f686c60 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ {{$NEXT}} -0.24 2025-04-11T03:58:56Z +0.25 2025-04-15T04:37:59Z - Do not add empty where expressions #47 - Remove __is_stored flag if the object is removed from the database #43 - Correct the pod for object_is_stored, which was called is_ephemeral and
1 parent 4064c9b commit 28f53f4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{$NEXT}}
22

3-
0.24 2025-04-11T03:58:56Z
3+
0.25 2025-04-15T04:37:59Z
44
- Do not add empty where expressions #47
55
- Remove __is_stored flag if the object is removed from the database #43
66
- Correct the pod for object_is_stored, which was called is_ephemeral and

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"web" : "https://github.com/sixapart/data-objectdriver"
142142
}
143143
},
144-
"version" : "0.24",
144+
"version" : "0.25",
145145
"x_authority" : "cpan:SIXAPART",
146146
"x_contributors" : [
147147
"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.24';
14+
our $VERSION = '0.25';
1515
our $DEBUG = $ENV{DOD_DEBUG} || 0;
1616
our $PROFILE = $ENV{DOD_PROFILE} || 0;
1717
our $PROFILER;

0 commit comments

Comments
 (0)