diff --git a/Changes b/Changes index 203261f..3b4049a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl module YAML::Tidy -0.006_001 2022-07-23 00:31:19+02:00 +0.007 2022-08-06 00:09:43+02:00 - Improve scalar style tidying - Also tidy scalar style in flow collections diff --git a/Makefile.PL b/Makefile.PL index 31259d1..cc15d6c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ my %WriteMakefileArgs = ( "Test::Warnings" => "0.029", "YAML::LibYAML::API" => "0.013" }, - "VERSION" => "0.006_001", + "VERSION" => "0.007", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 2768c96..696e336 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2022 -version = 0.006_001 +version = 0.007 [@Filter] -bundle = @Basic diff --git a/etc/docker/install-yamltidy.sh b/etc/docker/install-yamltidy.sh index 48c46bc..768afe0 100755 --- a/etc/docker/install-yamltidy.sh +++ b/etc/docker/install-yamltidy.sh @@ -3,4 +3,4 @@ set -ex HOME=/tmp/home -cpanm -l /tmp/yamltidy --notest YAML::Tidy@0.006 +cpanm -l /tmp/yamltidy --notest YAML::Tidy@0.007