From 63ea15fed9d85b6f4d214dbd231a8ae49d99b332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 1 Feb 2024 15:35:20 +0100 Subject: [PATCH] v0.10.0 --- Changes | 5 +++++ Makefile.PL | 2 +- dist.ini | 2 +- etc/docker/install-yamltidy.sh | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 0591588..91e054c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl module YAML::Tidy +v0.10.0 2024-02-01 15:19:24+01:00 + + - Ensure quotes are not removed from a scalar in a flow collection + if it contains things like '{' + v0.9.0 2024-01-18 21:45:25+01:00 - Add option --batch diff --git a/Makefile.PL b/Makefile.PL index e50b46a..04bc58a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ my %WriteMakefileArgs = ( "Test::Warnings" => "0.029", "YAML::LibYAML::API" => "0.14.0" }, - "VERSION" => "v0.9.0", + "VERSION" => "v0.10.0", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 39cb55f..82e77f1 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2024 -version = v0.9.0 +version = v0.10.0 [@Filter] -bundle = @Basic diff --git a/etc/docker/install-yamltidy.sh b/etc/docker/install-yamltidy.sh index 9a1f177..bddb231 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@v0.9.0 +cpanm -l /tmp/yamltidy --notest YAML::Tidy@v0.10.0