From: Arthur Axel 'fREW' Schmidt Date: Thu, 2 Feb 2012 03:19:13 +0000 (-0600) Subject: v0.001006 X-Git-Tag: v0.001006^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=eb701ec6f072186383fcd7d6293a89eca85bfd48;hp=c8c8cb14808f8faa08c423d3520fdfaff2dcc39e v0.001006 - Fix install to allow you to deploy to a given version (jnap) - Fix the backup method to use storage, not schema (jnap) - Fix the reasonable defaults for downgrading (jnap) - Stop warning all the time (ribasushi) - croak on a couple errors that should be fatal - Stop deleting the wrong version (for downgrades) - Fix documentation for in the Cookbook (moltar) - removed Method::Signatures::Simple stuff (dhoss) --- diff --git a/Changes b/Changes index 3cd404f..faddc21 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{$dist->name}} {{$NEXT}} + +0.001006 2012-02-01 21:18:38 CST6CDT - Fix install to allow you to deploy to a given version (jnap) - Fix the backup method to use storage, not schema (jnap) - Fix the reasonable defaults for downgrading (jnap) diff --git a/dist.ini b/dist.ini index 6294636..ce42169 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.001005 +version = 0.001006 [NextRelease] [@Git]