From 0653547679382e7a32146153ae3cd62b9c0d6a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 18 Jan 2024 21:46:27 +0100 Subject: [PATCH] v0.9.0 --- Changes | 4 ++-- Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 06211e8..0591588 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,8 @@ Revision history for Perl module YAML::Tidy -v0.8.1 2024-01-13 03:17:51+01:00 +v0.9.0 2024-01-18 21:45:25+01:00 - - Add option --batch-stdin + - Add option --batch - Add option --verbose - Add yamltidy.pod diff --git a/Makefile.PL b/Makefile.PL index ec2ea12..e50b46a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ my %WriteMakefileArgs = ( "Test::Warnings" => "0.029", "YAML::LibYAML::API" => "0.14.0" }, - "VERSION" => "v0.8.1", + "VERSION" => "v0.9.0", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 9b43463..39cb55f 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2024 -version = v0.8.1 +version = v0.9.0 [@Filter] -bundle = @Basic