release 0.56 v0.56
Rafael Kitover [Sat, 22 Oct 2011 15:35:44 +0000 (11:35 -0400)]
Changes
lib/Catalyst/Helper/Model/DBIC/Schema.pm
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index 59663ff..a56b3fa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.56  2011-10-22 15:34:59
+        - add PerRequestSchema trait (t0m)
+
 0.55  Fri Sep 16 08:55:53 UTC 2011
         - add DBD::SQLite to test_requires (RT#70357)
 
index 3007579..881af27 100644 (file)
@@ -4,7 +4,7 @@ use namespace::autoclean;
 use Moose;
 no warnings 'uninitialized';
 
-our $VERSION = '0.55';
+our $VERSION = '0.56';
 $VERSION = eval $VERSION;
 
 use Carp;
index a2708f4..4b829c4 100644 (file)
@@ -5,7 +5,7 @@ use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.55';
+our $VERSION = '0.56';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;