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 Apr 22, 2024
1 parent 52aafec commit 94666be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
1.0.1 2024-04-22

- Add Test2::Tools::Type

1.0.0 2023-10-29

- change: trying to use is_bool on a perl that doesn't support it is now a
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/Type.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base 'Test2::Compare::Base';

our $VERSION = '1';
our $VERSION = '1.0.1';

use Test2::Compare qw(compare strict_convert);
use Test2::Compare::Negatable;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Tools/Type.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Exporter);

our $VERSION = '1';
our $VERSION = '1.0.1';

use Carp qw(croak);

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Tools/Type/Extras.pm
Expand Up @@ -9,7 +9,7 @@ use Carp qw(croak);

use Scalar::Util qw(blessed reftype);

our $VERSION = '1';
our $VERSION = '1.0.1';

our @EXPORT = ('regex_supported');

Expand Down

0 comments on commit 94666be

Please sign in to comment.