From: Arthur Axel 'fREW' Schmidt Date: Wed, 23 Jan 2013 01:02:54 +0000 (-0600) Subject: release v0.08205 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4fe67e22a7adbd06529bcecbf2d73c8bb3ddf15;p=dbsrgits%2FDBIx-Class-Historic.git release v0.08205 --- diff --git a/Changes b/Changes index 0e5d8f8..1b128ad 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08205 2013-01-22 * New Features / Changes - The emulate_limit() arbitrary limit dialect emulation mechanism is now deprecated, and will be removed when DBIx::Class migrates to diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 41787d3..3d5b095 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.08204'; +$VERSION = '0.08205'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases