diff --git a/Changes b/Changes index d6569667..bc636696 100644 --- a/Changes +++ b/Changes @@ -1,15 +1,13 @@ Revision history for Perl module YAML::PP -0.026_002 2021-04-08 13:35:16+02:00 +0.027 2021-04-09 11:13:28+02:00 + - Forbid duplicate keys by default like announced in 0.026 + - Add possibility to preserve alias names (see 'preserve' option) - Highlighter: Add option to expand tabs in ansi color mode - yamlpp-events: Add option --module - Improve error message when trying to load an undefined alias - - Forbid duplicate keys by default like announced in 0.026 - -0.026_001 2020-09-12 19:41:39+02:00 - - - Add possibility to preserve alias names (see 'preserve' option) + - Fix a test for perl 5.8.8 0.026 2020-09-11 00:39:09+02:00 diff --git a/Makefile.PL b/Makefile.PL index 23cfa9db..307cd472 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.026_002", + "VERSION" => "0.027", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index c8b432ac..7e9cc08b 100644 --- a/dist.ini +++ b/dist.ini @@ -2,9 +2,9 @@ name = YAML-PP author = Tina Müller license = Perl_5 copyright_holder = Tina Müller -copyright_year = 2020 +copyright_year = 2021 -version = 0.026_002 +version = 0.027 [@Filter] -bundle = @Basic