Apparently ready to roll as 0.08011
Peter Rabbitson [Mon, 9 Feb 2009 09:25:58 +0000 (09:25 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index d75bf9b..0dd1b22 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for DBIx::Class
 
+0.08011 2009-02-09 12:00:00 (UTC)
+        - Maintenance release introducing compatibilty with upcoming
+          versions of SQL::Translator and SQL::Abstract
+
 0.08010 2008-03-01 10:30
         - Fix t/94versioning.t so it passes with latest SQL::Translator
 
index 1e9a7bd..e270b30 100644 (file)
@@ -24,7 +24,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.08010';
+$VERSION = '0.08011';
 
 sub MODIFY_CODE_ATTRIBUTES {
   my ($class,$code,@attrs) = @_;