release 0.11024 v0.11024
Dagfinn Ilmari Mannsåker [Tue, 9 Jan 2018 10:23:56 +0000 (10:23 +0000)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index b7306c3..0c7c0e2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Changes for SQL::Translator
 
+0.11024 2018-01-09
+
+ * Remove temporary diagnostics added in 0.11023_01
+
 0.11023_02 2017-12-08
 
  * Make maybe_plan skip on unrecognised failures to load modules
index 428e962..4fe5225 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11023_02';
+our $VERSION  = '0.11024';
 $VERSION =~ tr/_//d;
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";