Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Feb 1, 2024
1 parent 6ea3bb4 commit 63ea15f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl module YAML::Tidy

v0.10.0 2024-02-01 15:19:24+01:00

- Ensure quotes are not removed from a scalar in a flow collection
if it contains things like '{'

v0.9.0 2024-01-18 21:45:25+01:00

- Add option --batch
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ my %WriteMakefileArgs = (
"Test::Warnings" => "0.029",
"YAML::LibYAML::API" => "0.14.0"
},
"VERSION" => "v0.9.0",
"VERSION" => "v0.10.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 = 2024

version = v0.9.0
version = v0.10.0

[@Filter]
-bundle = @Basic
Expand Down
2 changes: 1 addition & 1 deletion etc/docker/install-yamltidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -ex

HOME=/tmp/home
cpanm -l /tmp/yamltidy --notest YAML::Tidy@v0.9.0
cpanm -l /tmp/yamltidy --notest YAML::Tidy@v0.10.0

0 comments on commit 63ea15f

Please sign in to comment.