diff --git a/Changes b/Changes index 3b082cfb..3d297836 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl module YAML::PP +0.029 2021-10-25 00:02:53+02:00 + + - Fix basic implicit mappings in flow sequences, e.g. [a, b: c, d] + 0.028 2021-10-21 22:00:36+02:00 - Fix empty values with properties in flow mappings and sequences diff --git a/Makefile.PL b/Makefile.PL index b2615656..53699f75 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.028", + "VERSION" => "0.029", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 6657a9f6..bdbf3257 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2021 -version = 0.028 +version = 0.029 [@Filter] -bundle = @Basic