From: Samuel Kaufman Date: Wed, 20 Sep 2017 21:15:17 +0000 (+0000) Subject: tagged and released X-Git-Tag: v1.001039~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Fixtures.git;a=commitdiff_plain;h=7434a3412d1289eab8136096e30f16da32c40c38 tagged and released --- diff --git a/Changes b/Changes index 5c485b3..9f2ea57 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} +1.001038 2017-09-20 21:13:13+00:00 UTC + - stop sorting source names before dumping, this allows for some hackery when you need certain sources to dump first (see https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/12 for details) (cngarrison++) - doc patch for exclude attr (simbabque++) diff --git a/Makefile.PL b/Makefile.PL index c5d5f42..22851d1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -52,7 +52,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.98", "Test::TempDir::Tiny" => 0 }, - "VERSION" => "1.001037", + "VERSION" => "1.001038", "test" => { "TESTS" => "t/*.t" }