diff --git a/Changes b/Changes index 5e6ee13..4902866 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl module YAML::Tidy +0.005 2022-04-16 21:59:58+02:00 + + - Fix tarball (remove accidentally included etc/docker/perl5 directory) + 0.004 2022-04-16 21:51:25+02:00 - Add option for indenting sequences in block mappings diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index db75a21..bac0f70 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -9,3 +9,4 @@ ^Makefile.dev ^etc/utils ^etc/html +^etc/docker/perl5 diff --git a/Makefile.PL b/Makefile.PL index cbdc62b..00581ee 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ my %WriteMakefileArgs = ( "Test::Warnings" => "0.029", "YAML::LibYAML::API" => "0.013" }, - "VERSION" => "0.004", + "VERSION" => "0.005", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index c699551..284fa7e 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2022 -version = 0.004 +version = 0.005 [@Filter] -bundle = @Basic