08002
Matt S Trout [Wed, 20 Jun 2007 06:39:49 +0000 (06:39 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 7b49884..09b0f6f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08002 2007-06-20 06:10:00
         - add scope guard to Row::insert to ensure rollback gets called
         - more heuristics in Row::insert to try and get insert order right
         - eliminate vestigial code in PK::Auto
index 9f55fc6..e392b8f 100644 (file)
@@ -18,7 +18,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.08001';
+$VERSION = '0.08002';
 
 sub MODIFY_CODE_ATTRIBUTES {
   my ($class,$code,@attrs) = @_;