From: nperez Date: Tue, 9 Feb 2010 15:45:48 +0000 (-0600) Subject: Release 2.001002 X-Git-Tag: 2.001002 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=7689faa0e9177b4ce8656d0acdcfdb564c36d999 Release 2.001002 --- diff --git a/Changes b/Changes index 1e2a764..0ce35bf 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} +2.001002 2010-02-09 01:01:57 America/Chicago + - Fixed missing requirement for MooseX::Types::Structured - Fixed MooseX::Aliases usage (we don't any more) - Object inflation during end was broken out into its own method: each_object_inflate diff --git a/dist.ini b/dist.ini index b2342ef..85fa8df 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Catalyst-Controller-DBIC-API -version = 2.001001 +version = 2.001002 author = Nicholas Perez author = Luke Saunders author = Alexander Hartmaier @@ -19,7 +19,7 @@ repository = git://git.shadowcat.co.uk/catagits/Catalys [Prereq] DBIx::Class = 0.08103 Catalyst::Runtime = 5.7010 -Catalyst::Action::REST = 0.60 +Catalyst::Action::REST = 0.83 CGI::Expand = 2.02 JSON::Any = 1.19 Test::Deep = 0.104