Skip to content

Commit

Permalink
bump version and changes for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Feb 25, 2021
1 parent 67f1cf1 commit 65036b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Revision history for Data-Printer

1.0.1 2021-02-25
BUG FIXES:
- fix unwrap of __PACKAGE__, __FILENAME__ and __LINE__
on caller_message (GH#156)
- add a single space between caller message and data when
caller_message_newline is false
- proper colorization on caller message.
OTHER:
- improve documentation on caller message behavior
- document caveat of printing array/hash slices (GH#152)
- fix broken link in documentation (GH#155)
- improve tip on how to make a drop-in replacement
to Data::Dumper (GH#154)

1.0.0 2021-02-24
We are really excited to finally bring to you Data::Printer 1.0.0 \o/
This release includes all modifications from the 0.99_* series as
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Printer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Data::Printer::Object;
use Data::Printer::Common;
use Data::Printer::Config;

our $VERSION = '1.000000';
our $VERSION = '1.000001';
$VERSION = eval $VERSION;

my $rc_arguments;
Expand Down

0 comments on commit 65036b4

Please sign in to comment.