From: Samuel Kaufman Date: Wed, 20 Sep 2017 20:49:29 +0000 (+0000) Subject: changelog X-Git-Tag: v1.001038~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dbd2931e69cb047d29d006fffaf42d352b256093;hp=47397fda49689be4af2575cc7095455b9f5d92d0;p=dbsrgits%2FDBIx-Class-Fixtures.git changelog --- diff --git a/Changes b/Changes index e8a1478..1f3239b 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} +1.001037 2017-09-20 20:42:03+00:00 UTC + - ignore virtual columns in dump_object 1.001036 2016-03-21 14:59:55+00:00 UTC diff --git a/Makefile.PL b/Makefile.PL index acf290b..c5d5f42 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -52,7 +52,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.98", "Test::TempDir::Tiny" => 0 }, - "VERSION" => "1.001036", + "VERSION" => "1.001037", "test" => { "TESTS" => "t/*.t" }