bumping versions and writing changelogs
Stevan Little [Mon, 3 Sep 2007 12:56:46 +0000 (12:56 +0000)]
Changes
README
lib/MooseX/Storage.pm

diff --git a/Changes b/Changes
index 7f78dd9..ef0d60b 100644 (file)
--- 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 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-MooseX-Storage version 0.06
+MooseX-Storage version 0.07
 
 INSTALLATION
 
index 782e19c..72a0b74 100644 (file)
@@ -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 {