From b14ead50f33d9199b22d1593a71cb938c77d6663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Sun, 28 Jan 2024 19:01:54 +0100 Subject: [PATCH] v0.37.1 --- Changes | 6 ++++++ Makefile.PL | 2 +- dist.ini | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 6b82a505..b5bcf30f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl module YAML::PP +v0.37.1 2024-01-28 18:59:40+01:00 + + - Add support for builtin booleans by default + - Add FAQ + - Add --cyclic option to yamlpp-load(-dump) + v0.37.0 2023-11-09 16:46:43+01:00 - Breaking change: Make cyclic_refs fatal by default for safety, like diff --git a/Makefile.PL b/Makefile.PL index 3009bded..e86d1501 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,7 +53,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "v0.37.0", + "VERSION" => "v0.37.1", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 69fa5572..c4b5787f 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 = 2023 +copyright_year = 2024 -version = v0.37.0 +version = v0.37.1 [@Filter] -bundle = @Basic