Skip to content

Commit

Permalink
v0.029
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Oct 24, 2021
1 parent 933735d commit fb7eb0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl module YAML::PP

0.029 2021-10-25 00:02:53+02:00

- Fix basic implicit mappings in flow sequences, e.g. [a, b: c, d]

0.028 2021-10-21 22:00:36+02:00

- Fix empty values with properties in flow mappings and sequences
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ my %WriteMakefileArgs = (
"Test::Warn" => 0,
"lib" => 0
},
"VERSION" => "0.028",
"VERSION" => "0.029",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Tina Müller
copyright_year = 2021

version = 0.028
version = 0.029

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit fb7eb0f

Please sign in to comment.