Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.21.
Browse files Browse the repository at this point in the history
Changelog diff is:
  • Loading branch information
nekoya committed Feb 8, 2011
1 parent e198184 commit 66f193e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension DBIx::Skinny::Schema::Loader

0.21 Tue Fec 8 21:14:55
- followed DBIx::Skinny update
- DBIx::Skinny::Util::mk_row_class
- require DBIx::Skinny 0.0733
- treat primary key as lowercase (thanks dragon3)

0.20 Fri Dec 17 13:03:51 2010
- removed "auto_include" from Makefile.PL (thanks charsbar)

Expand Down
2 changes: 1 addition & 1 deletion lib/DBIx/Skinny/Schema/Loader.pm
Expand Up @@ -2,7 +2,7 @@ package DBIx::Skinny::Schema::Loader;
use strict;
use warnings;

our $VERSION = '0.20';
our $VERSION = '0.21';

use Carp;
use DBI;
Expand Down

0 comments on commit 66f193e

Please sign in to comment.