File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
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.36.3 2023-11-09 15:53:20 +01:00
3
+ v0.37.0 2023-11-09 16:46:43 +01:00
4
4
5
- - Just a dev release
6
-
7
- 0.036_002 2023-07-02 22:59:06+02:00
8
-
9
- - Add support for plain scalars ending with colons
10
-
11
- 0.036_001 2023-05-30 01:45:01+02:00
12
-
13
- - Make cyclic_refs fatal by default for safety, like announced
5
+ - Breaking change: Make cyclic_refs fatal by default for safety, like
6
+ announced (avoid memory leaks)
7
+ - Add support for plain scalars ending with colons (Issue #48, ingy++)
14
8
15
9
0.036 2023-05-10 17:09:48+02:00
16
10
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.36.3 " ,
56
+ " VERSION" => " v0.37.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 = 2023
6
6
7
- version = v0.36.3
7
+ version = v0.37.0
8
8
9
9
[@Filter]
10
10
-bundle = @Basic
You can’t perform that action at this time.
0 commit comments