Bump versions
Tomas Doran [Wed, 10 Mar 2010 20:04:57 +0000 (20:04 +0000)]
Changes
lib/Catalyst/View/TT.pm

diff --git a/Changes b/Changes
index c997d8d..2f6c7ad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+0.33   2010-03-10 20:08:00
         - The "render()" method now throws a warning on exception before
           returning the exception. To silence the warning, pass 'render_die =>
           0' to the constructor. Better yet, pass 'render_die => 1' to make it
index 746d1c6..4c0662b 100644 (file)
@@ -9,7 +9,7 @@ use Template;
 use Template::Timer;
 use MRO::Compat;
 
-our $VERSION = '0.32';
+our $VERSION = '0.33';
 
 __PACKAGE__->mk_accessors('template');
 __PACKAGE__->mk_accessors('include_path');