From d23c3b1f85438a87b26c7ca00024225b7381f595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 20 Sep 2024 21:43:41 +0200 Subject: [PATCH] v0.902.0 --- Changes | 6 +++--- Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index bd3b192..757303e 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,8 @@ --- -version: v0.901.1 -date: 2024-09-09 22:39:39+02:00 +version: v0.902.0 +date: 2024-09-20 21:39:00+02:00 changes: -- Loaded builtin ooleans are not readonly anymore for perl >= v5.36 +- Loaded builtin booleans are not readonly anymore for perl >= v5.36 --- version: v0.901.0 date: 2024-09-06 23:56:41+02:00 diff --git a/Makefile.PL b/Makefile.PL index 76b7102..0e02792 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,7 +41,7 @@ my %WriteMakefileArgs = ( "lib" => 0, "utf8" => 0 }, - "VERSION" => "v0.901.1", + "VERSION" => "v0.902.0", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index f9c1f42..e5b59fe 100644 --- a/dist.ini +++ b/dist.ini @@ -3,7 +3,7 @@ abstract = Perl YAML Serialization using XS and libyaml author = Ingy döt Net license = Perl_5 copyright_holder = Ingy döt Net -version = v0.901.1 +version = v0.902.0 [CopyFilesFromBuild] copy = Makefile.PL