Skip to content

Commit

Permalink
v0.028
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Oct 21, 2021
1 parent 1129941 commit e27d950
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
Revision history for Perl module YAML::PP

0.027_002 2021-10-19 23:02:49+02:00
0.028 2021-10-21 22:00:36+02:00

- Fix empty values in flow mappings
- Fix empty values with properties in flow mappings and sequences
(`[ &foo , bar]`, `{ &foo , k: v }`)
- Fix: Allow comment lines with tabs in flow
- Fix: parsing of explicit block indenting (issue #46)
- Automatically tie new hashes inside tied hashes (issue #44)

0.027_001 2021-10-16 01:57:18+02:00

- Fix empty values in flow sequences
- Allow comment lines with tabs in flow
- Fix parsing of explicit block indenting (issue #46)
- yamlpp-load-dump: Add options --dump-module and --include*
- docs: Add mising constants (issue #45)

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.027_002",
"VERSION" => "0.028",
"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.027_002
version = 0.028

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit e27d950

Please sign in to comment.