Skip to content

Commit

Permalink
release 0.11022
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Dec 4, 2017
1 parent 49f0f31 commit 954d4bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changes for SQL::Translator

0.11022 2017-12-04

* Add support for monotonically increasing SQLite autoincs (GH#47)
* Add support for CHECK constraint in SQLite producer (GH#57)
* Add support for CHECK constraint in POD producer (GH#63)
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.11021';
our $VERSION = '0.11022';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";

Expand Down

0 comments on commit 954d4bf

Please sign in to comment.