Skip to content

Commit c6643d1

Browse files
committed
v0.38.2
1 parent cf70670 commit c6643d1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Revision 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+
39
v0.38.1 2025-01-25 00:30:13+01:00
410

511
- Add --duplicate-keys commandline flag

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.1",
56+
"VERSION" => "v0.38.2",
5757
"test" => {
5858
"TESTS" => "t/*.t"
5959
}

dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name = YAML-PP
22
author = Tina Müller <[email protected]>
33
license = Perl_5
44
copyright_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

0 commit comments

Comments
 (0)