diff --git a/CHANGELOG b/CHANGELOG index b7c81c2..a3c5f4a 100644 --- a/CHANGELOG +++ b/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 diff --git a/lib/Test2/Compare/Type.pm b/lib/Test2/Compare/Type.pm index 7df13fb..c6c13fe 100644 --- a/lib/Test2/Compare/Type.pm +++ b/lib/Test2/Compare/Type.pm @@ -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; diff --git a/lib/Test2/Tools/Type.pm b/lib/Test2/Tools/Type.pm index ae227a3..534a674 100644 --- a/lib/Test2/Tools/Type.pm +++ b/lib/Test2/Tools/Type.pm @@ -5,7 +5,7 @@ use warnings; use base qw(Exporter); -our $VERSION = '1'; +our $VERSION = '1.0.1'; use Carp qw(croak); diff --git a/lib/Test2/Tools/Type/Extras.pm b/lib/Test2/Tools/Type/Extras.pm index a64699f..dec393b 100644 --- a/lib/Test2/Tools/Type/Extras.pm +++ b/lib/Test2/Tools/Type/Extras.pm @@ -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');