File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl module YAML::PP
2
2
3
- v0.38.2 2025-02-07 23:56:38 +01:00
3
+ v0.39.0 2025-02-10 00:01:45 +01:00
4
4
5
- - Allow unknown tags again, reverting the previous change which
5
+ - Allow unknown tags again, reverting the previous change in v0.38.1 which
6
6
only was supposed to be a dev release
7
7
- Add new option require_footer
8
8
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
53
53
" Test::Warn" => 0,
54
54
" lib" => 0
55
55
},
56
- " VERSION" => " v0.38.2 " ,
56
+ " VERSION" => " v0.39.0 " ,
57
57
" test" => {
58
58
" TESTS" => " t/*.t"
59
59
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ license = Perl_5
4
4
copyright_holder = Tina Müller
5
5
copyright_year = 2025
6
6
7
- version = v0.38.2
7
+ version = v0.39.0
8
8
9
9
[@Filter]
10
10
-bundle = @Basic
You can’t perform that action at this time.
0 commit comments