From: Stevan Little Date: Mon, 3 Sep 2007 12:56:46 +0000 (+0000) Subject: bumping versions and writing changelogs X-Git-Tag: 0_07~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4747c531e32782b51fca0f2744698bfb6c1bcd05;p=gitmo%2FMooseX-Storage.git bumping versions and writing changelogs --- diff --git a/Changes b/Changes index 7f78dd9..ef0d60b 100644 --- a/Changes +++ b/Changes @@ -1,15 +1,17 @@ Revision history for MooseX-Storage +0.07 + + * t/ + - fixed tests in 030_with_checksum.t + (thanks to sartak) + 0.06 Tues. Aug. 7, 2007 * MooseX::Storage::Engine - added the Bool type and fixed a few bugs that it exposed (thanks to Sartak) - added tests for this - * t/ - - fixed tests in 030_with_checksum.t - (thanks to rlb3) - 0.05 Sun. July 15. 2007 * MooseX::Storage::Base::WithChecksum - Fixed minor issue where the WithChecksum would diff --git a/README b/README index cfc714e..64ad78a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MooseX-Storage version 0.06 +MooseX-Storage version 0.07 INSTALLATION diff --git a/lib/MooseX/Storage.pm b/lib/MooseX/Storage.pm index 782e19c..72a0b74 100644 --- a/lib/MooseX/Storage.pm +++ b/lib/MooseX/Storage.pm @@ -4,7 +4,7 @@ use Moose qw(confess); use MooseX::Storage::Meta::Attribute::DoNotSerialize; -our $VERSION = '0.06'; +our $VERSION = '0.07'; our $AUTHORITY = 'cpan:STEVAN'; sub import {