From: Matt S Trout Date: Fri, 23 Sep 2005 17:18:52 +0000 (+0000) Subject: Updated version to 0.03001, added bug fixes to Changes X-Git-Tag: v0.03001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c60267d8030b581571ad4ac62bc852ee05f72e5d;p=dbsrgits%2FDBIx-Class.git Updated version to 0.03001, added bug fixes to Changes --- diff --git a/Changes b/Changes index 2c6a9d1..9c3bd14 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Revision history for DBIx::Class -0.03 +0.03001 + - Fixes to relationship helpers + - IMPORTANT: prefetch/schema combination bug fix + +0.03 2005-09-20 - Paging support - Join support on search - Prefetch support on search diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index db6eda0..40164e6 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -6,7 +6,7 @@ use warnings; use vars qw($VERSION); use base qw/DBIx::Class::Componentised/; -$VERSION = '0.03'; +$VERSION = '0.03001'; 1;