diff --git a/Changes b/Changes index 391962c9..49959f7b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl module YAML::PP +0.035_001 2023-04-27 00:34:42+02:00 + + - Add option to turn of dumping coderefs + - ci updates + 0.035 2022-09-30 21:16:16+02:00 - Fix parsing alias as mapping key diff --git a/Makefile.PL b/Makefile.PL index 4dccaec2..32b7a5f5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,7 +53,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.035", + "VERSION" => "0.035_001", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index a7a3f107..871f61aa 100644 --- a/dist.ini +++ b/dist.ini @@ -2,9 +2,9 @@ name = YAML-PP author = Tina Müller license = Perl_5 copyright_holder = Tina Müller -copyright_year = 2022 +copyright_year = 2023 -version = 0.035 +version = 0.035_001 [@Filter] -bundle = @Basic