From b66e0c77176ac651c3ecee346b4a722c9a057aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 9 Nov 2023 15:54:45 +0100 Subject: [PATCH] v0.36.3 --- .gitignore | 1 + Changes | 4 ++++ Makefile.PL | 2 +- dist.ini | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e18b6aa..ff23beb2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ YAML-PP-* /pod2htmd.tmp /gh-pages /bench +/local diff --git a/Changes b/Changes index 8d1a0d25..df88d917 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl module YAML::PP +v0.36.3 2023-11-09 15:53:20+01:00 + + - Just a dev release + 0.036_002 2023-07-02 22:59:06+02:00 - Add support for plain scalars ending with colons diff --git a/Makefile.PL b/Makefile.PL index e1174835..15e9c1b7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,7 +53,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.036_002", + "VERSION" => "v0.36.3", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 5867b8dd..dcf3532e 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2023 -version = 0.036_002 +version = v0.36.3 [@Filter] -bundle = @Basic