From 8533844da51618249c09d6059278bc0619ab4d9c Mon Sep 17 00:00:00 2001 From: David Golden Date: Wed, 25 May 2016 05:52:56 -0400 Subject: [PATCH] After release: bump $VERSION and timestamp Changes --- Changes | 2 ++ Makefile.PL | 2 +- lib/Dist/Zilla/Plugin/CheckChangesHasContent.pm | 2 +- lib/Dist/Zilla/Plugin/Test/ChangesHasContent.pm | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 59f4461..5922f27 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Dist-Zilla-Plugin-CheckChangesHasContent {{$NEXT}} +0.009 2016-05-25 05:52:29-04:00 America/New_York + [FIXED] - fixed tests broken by changes in [NextRelease] 6.005 diff --git a/Makefile.PL b/Makefile.PL index 7bb586c..86db9c2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,7 +44,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.88", "Try::Tiny" => 0 }, - "VERSION" => "0.009", + "VERSION" => "0.010", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Dist/Zilla/Plugin/CheckChangesHasContent.pm b/lib/Dist/Zilla/Plugin/CheckChangesHasContent.pm index 68d98e2..656783f 100644 --- a/lib/Dist/Zilla/Plugin/CheckChangesHasContent.pm +++ b/lib/Dist/Zilla/Plugin/CheckChangesHasContent.pm @@ -2,7 +2,7 @@ use strict; use warnings; package Dist::Zilla::Plugin::CheckChangesHasContent; # ABSTRACT: Ensure Changes has content before releasing -our $VERSION = '0.009'; +our $VERSION = '0.010'; # Dependencies use Dist::Zilla 2.100950 (); # XXX really the next release after this date diff --git a/lib/Dist/Zilla/Plugin/Test/ChangesHasContent.pm b/lib/Dist/Zilla/Plugin/Test/ChangesHasContent.pm index cada729..50b5f4e 100644 --- a/lib/Dist/Zilla/Plugin/Test/ChangesHasContent.pm +++ b/lib/Dist/Zilla/Plugin/Test/ChangesHasContent.pm @@ -2,7 +2,7 @@ use strict; use warnings; package Dist::Zilla::Plugin::Test::ChangesHasContent; # ABSTRACT: Release test to ensure Changes has content -our $VERSION = '0.009'; +our $VERSION = '0.010'; # Dependencies use Dist::Zilla;