Skip to content

Commit

Permalink
v0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jan 28, 2024
1 parent 36b6193 commit b14ead5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Perl module YAML::PP

v0.37.1 2024-01-28 18:59:40+01:00

- Add support for builtin booleans by default
- Add FAQ
- Add --cyclic option to yamlpp-load(-dump)

v0.37.0 2023-11-09 16:46:43+01:00

- Breaking change: Make cyclic_refs fatal by default for safety, like
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.37.0",
"VERSION" => "v0.37.1",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name = YAML-PP
author = Tina Müller <tinita@cpan.org>
license = Perl_5
copyright_holder = Tina Müller
copyright_year = 2023
copyright_year = 2024

version = v0.37.0
version = v0.37.1

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit b14ead5

Please sign in to comment.