bump version and add release line to Changes v0.29
Matt S Trout [Mon, 1 Feb 2010 18:48:43 +0000 (18:48 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index b2cdcec..aea5423 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+0.29   2010-02-01 18:45:00
         - Switch from override to around, because really, wtf
 
 0.28   2010-01-04 13:15:00
index 05e4c8a..ca3412c 100644 (file)
@@ -8,7 +8,7 @@ use MIME::Types ();
 use MooseX::Types::Moose qw/ArrayRef Str/;
 use namespace::autoclean;
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 
 has _static_file => ( is => 'rw' );
 has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );