From fff95b2d0f9aff432b63b744cc17515861e22530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 11 Sep 2020 00:42:47 +0200 Subject: [PATCH] v0.026 --- Changes | 5 +++++ Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 5d0d379c..18c0ae1d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl module YAML::PP +0.026 2020-09-11 00:39:09+02:00 + + - Add option 'duplicate_keys'. The default allows it for now and will + change to forbid in the next release. + 0.025 2020-09-06 22:14:07+02:00 - Emitter: Fix indentation issues for non-default indents diff --git a/Makefile.PL b/Makefile.PL index 29134cca..9a13dbba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.025", + "VERSION" => "0.026", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 825c5cab..084ecb80 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2020 -version = 0.025 +version = 0.026 [@Filter] -bundle = @Basic