release 0.11013_01 v0.11013_01
Arthur Axel 'fREW' Schmidt [Sat, 22 Sep 2012 16:59:14 +0000 (11:59 -0500)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index cda0709..30e193c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+# ----------------------------------------------------------
+# 0.11013_01 2012-09-22
+# ----------------------------------------------------------
+
 * Convert SQL::Translator, ::Schema and ::Schema::* to Moo
 * Fix leaks by weakening circular references between schema objects
 
index 694ffa1..abbb501 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo 1.000003;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11013';
+our $VERSION  = '0.11013_01';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";