Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Hermes <[email protected]>
  • Loading branch information
sh85 committed Jul 30, 2020
1 parent c140c25 commit a85e15d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Hash::Merge.

0.302 2020-07-30
- Prevent object-based test from failing randomly on BSDs and MacOS

0.301 2020-06-18
- fix object-based interface memory leak (RT#132627) (Thanks to mithaldu)

Expand Down
2 changes: 1 addition & 1 deletion lib/Hash/Merge.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Scalar::Util qw(blessed weaken);
use base 'Exporter';
our $CONTEXT;

our $VERSION = '0.301';
our $VERSION = '0.302';
our @EXPORT_OK = qw( merge _hashify _merge_hashes );
our %EXPORT_TAGS = ('custom' => [qw( _hashify _merge_hashes )]);

Expand Down

0 comments on commit a85e15d

Please sign in to comment.