From: Matt S Trout Date: Thu, 26 Jan 2006 21:53:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: v0.05005~99 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a14d1055a6377d400f6bdfdcec2b4b605d003584;p=dbsrgits%2FDBIx-Class.git --- diff --git a/Changes b/Changes index a04c066..d0c9623 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for DBIx::Class + - multi-step prefetch! + - inheritance fixes + - test tweaks + 0.04999_04 2006-01-24 21:48:21 - more documentation improvements - add columns_info_for for vendor-specific column info (Zbigniew Lukasiak) diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index fa317c3..84fc24a 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -13,7 +13,7 @@ sub component_base_class { 'DBIx::Class' } # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -$VERSION = '0.04999_04'; +$VERSION = '0.04999_05'; 1;