Skip to content

Commit

Permalink
0.013_002
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jan 3, 2024
1 parent 0b62a9e commit 0a2efff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -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;

Expand Down Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name = YAML-LibYAML-API
author = Tina Müller <[email protected]>
license = MIT
copyright_holder = Tina Müller
copyright_year = 2022
copyright_year = 2024

version = 0.013
version = 0.013_002

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit 0a2efff

Please sign in to comment.