Release 0.08118 v0.08118
Peter Rabbitson [Mon, 8 Feb 2010 11:48:31 +0000 (11:48 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 2ba69d7..80c6824 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08118 2010-02-08 11:53:00 (UTC)
         - Fix a bug causing UTF8 columns not to be decoded (RT#54395)
         - Fix bug in One->Many->One prefetch-collapse handling (RT#54039)
         - Cleanup handling of relationship accessor types
index 2723dd8..93e18f7 100644 (file)
@@ -25,7 +25,7 @@ sub component_base_class { 'DBIx::Class' }
 # Always remember to do all digits for the version even if they're 0
 # 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.08117_01';
+$VERSION = '0.08118';
 
 $VERSION = eval $VERSION; # numify for warning-free dev releases