diff --git a/Changes b/Changes index 7eb0b56..f94b762 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for File-TypeCategories +0.07 2018-08-12 + Updating for release of version 0.07 + Fixning dependencies (Ivan Wills) + Updated date (Ivan Wills) + Updating Test dependencies for better windows experience (Ivan Wills) + 0.06 2016-11-20 Updating for release of version 0.06 Skipping processing dir if it doesn't exist (Ivan Wills) diff --git a/bin/tfind b/bin/tfind index ff03a4b..2adfb3a 100755 --- a/bin/tfind +++ b/bin/tfind @@ -17,7 +17,7 @@ use Term::ANSIColor qw/:constants/; use Path::Tiny; use File::TypeCategories; -our $VERSION = 0.06; +our $VERSION = 0.07; my ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs; my $REVERSE = REVERSE; my $RESET = RESET; @@ -158,7 +158,7 @@ tfind - Find files based on file types =head1 VERSION -This documentation refers to tfind version 0.06 +This documentation refers to tfind version 0.07 =head1 SYNOPSIS diff --git a/lib/File/TypeCategories.pm b/lib/File/TypeCategories.pm index 074fd9a..418d2cd 100644 --- a/lib/File/TypeCategories.pm +++ b/lib/File/TypeCategories.pm @@ -17,7 +17,7 @@ use Types::Standard -types; use File::ShareDir qw/dist_dir/; use YAML qw/LoadFile/; -our $VERSION = 0.06; +our $VERSION = 0.07; our %warned_once; has ignore => ( @@ -202,7 +202,7 @@ File::TypeCategories - Determine if files match a specific type =head1 VERSION -This documentation refers to File::TypeCategories version 0.06 +This documentation refers to File::TypeCategories version 0.07 =head1 SYNOPSIS