Skip to content

Commit

Permalink
Book-keeping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Nov 11, 2023
1 parent d036c84 commit f558aca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for DBM::Deep (ordered by revision number).

2.0018_01 2023-11-11

- improvement so that when you try to put too much data in you get a
useful error, and don't corrupt the db

2.0018 2023-11-08

- tiny documentation and metadata fixes to make sure people go to the
Expand Down
2 changes: 1 addition & 1 deletion lib/DBM/Deep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use strict;
use warnings FATAL => 'all';
no warnings 'recursion';

our $VERSION = q(2.0018);
our $VERSION = q(2.0018_01);

use Scalar::Util ();

Expand Down

0 comments on commit f558aca

Please sign in to comment.