From e27d9504a402fcd17eefb43c83239b9c5c3959e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 21 Oct 2021 22:02:01 +0200 Subject: [PATCH] v0.028 --- Changes | 13 +++++-------- Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index 079a36b2..3b082cfb 100644 --- a/Changes +++ b/Changes @@ -1,15 +1,12 @@ Revision history for Perl module YAML::PP -0.027_002 2021-10-19 23:02:49+02:00 +0.028 2021-10-21 22:00:36+02:00 - - Fix empty values in flow mappings + - Fix empty values with properties in flow mappings and sequences + (`[ &foo , bar]`, `{ &foo , k: v }`) + - Fix: Allow comment lines with tabs in flow + - Fix: parsing of explicit block indenting (issue #46) - Automatically tie new hashes inside tied hashes (issue #44) - -0.027_001 2021-10-16 01:57:18+02:00 - - - Fix empty values in flow sequences - - Allow comment lines with tabs in flow - - Fix parsing of explicit block indenting (issue #46) - yamlpp-load-dump: Add options --dump-module and --include* - docs: Add mising constants (issue #45) diff --git a/Makefile.PL b/Makefile.PL index 8fd7d1db..b2615656 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.027_002", + "VERSION" => "0.028", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 8caf723c..6657a9f6 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2021 -version = 0.027_002 +version = 0.028 [@Filter] -bundle = @Basic