File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl module YAML::PP
22
3+ v0.38.2 2025-02-07 23:56:38+01:00
4+
5+ - Allow unknown tags again, reverting the previous change which
6+ only was supposed to be a dev release
7+ - Add new option require_footer
8+
39v0.38.1 2025-01-25 00:30:13+01:00
410
511 - Add --duplicate-keys commandline flag
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
5353 " Test::Warn" => 0,
5454 " lib" => 0
5555 },
56- " VERSION" => " v0.38.1 " ,
56+ " VERSION" => " v0.38.2 " ,
5757 " test" => {
5858 " TESTS" => " t/*.t"
5959 }
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name = YAML-PP
22author = Tina Müller <
[email protected] >
33license = Perl_5
44copyright_holder = Tina Müller
5- copyright_year = 2024
5+ copyright_year = 2025
66
7- version = v0.38.1
7+ version = v0.38.2
88
99[@Filter]
1010-bundle = @Basic
You can’t perform that action at this time.
0 commit comments