From 6fb55ca231a912e93e1a1aacbb5517aea08430df Mon Sep 17 00:00:00 2001 From: Norbert Buchmuller Date: Fri, 5 Nov 2010 14:33:09 +0100 Subject: [PATCH] Release 0.11 --- Changes | 11 ++++++++++- lib/DBIx/Class/MooseColumns.pm | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 045fa9e..33d0e6e 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,16 @@ Revision history for DBIx-Class-MooseColumns +0.11 2010-11-06 14:10:00+0100 + Reworked tests to test both mutable and immutable classes. + Added tests to make sure the features work in subclasses. + Re-thought and rewrote the the DBIC proxy of the attributes. (Much + cleaner and faster and also works with Moose 1.19. Unfortunately + this does not work with older Moose.) + Runs the benchmark author tests for both mutable and immutable classes. + Added tests for the case when the instance metaclass is non-inlinable. + 0.10 2010-06-22 16:43:00+0200 - Documented the order of "has", "table" and "set_primary_key". + Documented the order of "has", "table" and "set_primary_key". 0.09 2010-06-21 15:43:00+0200 Fixed a silly quoting issue in the accessor inlining code. diff --git a/lib/DBIx/Class/MooseColumns.pm b/lib/DBIx/Class/MooseColumns.pm index 5f44a75..705d8f4 100644 --- a/lib/DBIx/Class/MooseColumns.pm +++ b/lib/DBIx/Class/MooseColumns.pm @@ -30,11 +30,11 @@ DBIx::Class::MooseColumns - Lets you write DBIC add_column() definitions as attr =head1 VERSION -Version 0.10 +Version 0.11 =cut -our $VERSION = '0.10'; +our $VERSION = '0.11'; =head1 SYNOPSIS