From: Arthur Axel "fREW" Schmidt Date: Fri, 24 Sep 2010 05:00:00 +0000 (-0500) Subject: Release 0.03002 X-Git-Tag: 0.03002^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=806b784d926ed529501b1b8ef27fa547bbc0c33b;p=dbsrgits%2FDBIx-Class-Tree.git Release 0.03002 --- diff --git a/Changes b/Changes index 441e145..ef75b2b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for DBIx::Class::Tree +0.03002 2010-09-23 + - Added various docs - Added ordered ancesors (nebulous) 0.03001 2010-04-25 diff --git a/lib/DBIx/Class/Tree.pm b/lib/DBIx/Class/Tree.pm index ea0514e..20610f6 100644 --- a/lib/DBIx/Class/Tree.pm +++ b/lib/DBIx/Class/Tree.pm @@ -6,7 +6,7 @@ use warnings; use base qw( DBIx::Class ); -our $VERSION = '0.03001'; +our $VERSION = '0.03002'; 1; __END__