From: Samuel Kaufman Date: Mon, 21 Mar 2016 14:52:06 +0000 (+0000) Subject: changelog X-Git-Tag: v1.001036~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Fixtures.git;a=commitdiff_plain;h=ded03b9082c8971850873ca2a6f116ebc13c047b changelog --- diff --git a/Changes b/Changes index 0049d37..a427992 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} +1.00103_5 2016-03-11 20:39:49+00:00 UTC (TRIAL RELEASE) + - Will completely ignore sequences in Oracle due to having to drop and recreate them diff --git a/Makefile.PL b/Makefile.PL index 59fdbc0..4b07b17 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,7 @@ my %WriteMakefileArgs = ( "IPC::Open3" => 0, "Test::More" => "0.98" }, - "VERSION" => "1.001034", + "VERSION" => "1.00103_5", "test" => { "TESTS" => "t/*.t" }