From: Arthur Axel 'fREW' Schmidt Date: Fri, 3 Aug 2012 01:49:12 +0000 (-0500) Subject: v0.002200 X-Git-Tag: v0.002200^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=bfc0b6500e66b496856d508d7e80d93340565ff5 v0.002200 - Added helpful logging for the schema_from_schema_loader ScriptHelper - Added much more helpful error for "Can't find source for..." error in migration scripts, based on code from DBIx::Class::Migration - Test suite now is fully parallelizable - Switch ::ScriptHelpers to Sub::Exporter::Progressive - Switch from Test::Exception to Test::Fatal --- diff --git a/Changes b/Changes index f877f77..9d7251f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{$dist->name}} {{$NEXT}} + +0.002200 2012-08-02 20:48:52 America/Chicago - Added helpful logging for the schema_from_schema_loader ScriptHelper - Added much more helpful error for "Can't find source for..." error in migration scripts, based on code from DBIx::Class::Migration diff --git a/dist.ini b/dist.ini index f270775..89fabf7 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = DBIx-Class-DeploymentHandler author = Arthur Axel "fREW" Schmidt license = Perl_5 copyright_holder = Arthur Axel "fREW" Schmidt -version = 0.002115 +version = 0.002200 [NextRelease] [@Git]