From 0a2efff55b6292f3faf83a95ca7b5d1e1acea499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 4 Jan 2024 00:07:37 +0100 Subject: [PATCH] 0.013_002 --- Changes | 5 +++++ Makefile.PL | 4 ++-- dist.ini | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 52ceef8..ba1b392 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl module YAML::LibYAML::API +0.013_002 2024-01-04 00:04:48+01:00 + + - Add unicode option to emitter functions (before broken + unicode was emitted) + 0.013 2022-04-11 23:58:42+02:00 - Change License to MIT because of included libyaml diff --git a/Makefile.PL b/Makefile.PL index c586f26..10e9663 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030. use strict; use warnings; @@ -31,7 +31,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.98", "YAML::PP" => "0.024" }, - "VERSION" => "0.013", + "VERSION" => "0.013_002", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 6d469da..be51dc8 100644 --- a/dist.ini +++ b/dist.ini @@ -2,9 +2,9 @@ name = YAML-LibYAML-API author = Tina Müller license = MIT copyright_holder = Tina Müller -copyright_year = 2022 +copyright_year = 2024 -version = 0.013 +version = 0.013_002 [@Filter] -bundle = @Basic