From fb7eb0f1e07520b63776e6efe044367073601a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Mon, 25 Oct 2021 00:04:19 +0200 Subject: [PATCH] v0.029 --- Changes | 4 ++++ Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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