From 9309e89a7799583fd1040140138924c43276a3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Tue, 8 Mar 2022 19:02:59 +0100 Subject: [PATCH] v0.032 --- Changes | 13 +++++++------ Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Changes b/Changes index be1dbcab..a3914c19 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,15 @@ Revision history for Perl module YAML::PP -0.031_002 2022-01-20 19:14:40+01:00 +0.032 2022-03-08 19:02:00+01:00 - - Update yaml-test-suite to 2022-01-17 + - Add missing '~' to allowed chars in tags + - Restructure directive parsing a bit + - Support YAML::PP::Ref in yamlpp-* utility scripts + - Add -P to yaml-load-dump --preserve - Add --dump option to yamlpp-parse-emit - yamlpp-load-dump -D JSON::PP: don't output space before colon - -0.031_001 2022-01-08 18:58:51+01:00 - - - Support YAML::PP::Ref in yamlpp-* utility scripts + - Add export tags to YAML::PP::Common + - Update yaml-test-suite to 2022-01-17 0.031 2021-12-25 23:43:19+01:00 diff --git a/Makefile.PL b/Makefile.PL index bbfa4e05..e002d972 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.031_002", + "VERSION" => "0.032", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index a62a5edb..c521882f 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2022 -version = 0.031_002 +version = 0.032 [@Filter] -bundle = @Basic