Skip to content

Commit

Permalink
release 0.11024
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Jan 9, 2018
1 parent 3623abc commit 34b8fea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/SQL/Translator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit 34b8fea

Please sign in to comment.