Skip to content

Commit b280f73

Browse files
committed
v0.39.0
1 parent c6643d1 commit b280f73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Revision history for Perl module YAML::PP
22

3-
v0.38.2 2025-02-07 23:56:38+01:00
3+
v0.39.0 2025-02-10 00:01:45+01:00
44

5-
- Allow unknown tags again, reverting the previous change which
5+
- Allow unknown tags again, reverting the previous change in v0.38.1 which
66
only was supposed to be a dev release
77
- Add new option require_footer
88

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
5353
"Test::Warn" => 0,
5454
"lib" => 0
5555
},
56-
"VERSION" => "v0.38.2",
56+
"VERSION" => "v0.39.0",
5757
"test" => {
5858
"TESTS" => "t/*.t"
5959
}

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = Perl_5
44
copyright_holder = Tina Müller
55
copyright_year = 2025
66

7-
version = v0.38.2
7+
version = v0.39.0
88

99
[@Filter]
1010
-bundle = @Basic

0 commit comments

Comments
 (0)