diff --git a/Changes b/Changes index 90bbe952..52b0f2fe 100644 --- a/Changes +++ b/Changes @@ -1,16 +1,10 @@ Revision history for Perl module YAML::PP -0.033_003 2022-06-29 15:57:24+02:00 +0.034 2022-06-30 10:31:56+02:00 - Fix parsing empty folded block scalars with trailing linebreaks - Fix error handling (remaining tokens on invalid input) - -0.033_002 2022-06-28 13:17:29+02:00 - - Support experimental v5.36 booleans - -0.033_001 2022-06-28 12:12:58+02:00 - - Allow to specify multiple boolean classes (issue #37) 0.033 2022-06-27 16:31:32+02:00 diff --git a/Makefile.PL b/Makefile.PL index 3befadfc..c7a5e274 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.033_003", + "VERSION" => "0.034", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 331718ed..e72406bd 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2022 -version = 0.033_003 +version = 0.034 [@Filter] -bundle = @Basic