Skip to content

Commit

Permalink
v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Nov 9, 2023
1 parent 75ab79b commit 8a2ccd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
Revision history for Perl module YAML::PP

v0.36.3 2023-11-09 15:53:20+01:00
v0.37.0 2023-11-09 16:46:43+01:00

- Just a dev release

0.036_002 2023-07-02 22:59:06+02:00

- Add support for plain scalars ending with colons

0.036_001 2023-05-30 01:45:01+02:00

- Make cyclic_refs fatal by default for safety, like announced
- Breaking change: Make cyclic_refs fatal by default for safety, like
announced (avoid memory leaks)
- Add support for plain scalars ending with colons (Issue #48, ingy++)

0.036 2023-05-10 17:09:48+02:00

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
"Test::Warn" => 0,
"lib" => 0
},
"VERSION" => "v0.36.3",
"VERSION" => "v0.37.0",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Tina Müller
copyright_year = 2023

version = v0.36.3
version = v0.37.0

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit 8a2ccd5

Please sign in to comment.