From 353c023258ddfd669108a2b8b719ad690a183dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Sun, 7 Nov 2021 21:58:58 +0100 Subject: [PATCH] v0.030 --- Changes | 2 +- Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 6f8ff269..576fce48 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl module YAML::PP -0.029_001 2021-11-07 00:45:14+01:00 +0.030 2021-11-07 21:57:28+01:00 - preserve: Keep existing data (issue #44) - Forbid directive without directive end marker diff --git a/Makefile.PL b/Makefile.PL index d18687b1..7d9aa796 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.029_001", + "VERSION" => "0.030", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 98255793..f6f6476f 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2021 -version = 0.029_001 +version = 0.030 [@Filter] -bundle = @Basic