Skip to content

Commit

Permalink
Version bump to 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Jones committed Jul 27, 2015
1 parent 14691f0 commit 555b729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl extension Test::Spec.

0.51 Mon Jul 27 20:05:00 BST 2015
- Fixed top level describe blocks running out of order
Contributed by @mla (issue #28)

0.50 Sun Apr 19 18:13:00 BST 2015
- Removed several memory leaks
Reported by @JRaspass (issue #24)
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Spec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Test::Trap (); # load as early as possible to override CORE::exit

our $VERSION = '0.50';
our $VERSION = '0.51';

use base qw(Exporter);

Expand Down

0 comments on commit 555b729

Please sign in to comment.