ChangeLog
Stevan Little [Mon, 24 Jul 2006 14:35:25 +0000 (14:35 +0000)]
Changes
README
lib/Moose.pm

diff --git a/Changes b/Changes
index 1ef162b..f1bba76 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 Revision history for Perl extension Moose
 
 0.12
+    * Moose::Cookbook
+      - Recipe5 (subtypes & coercion) has been written
+      
+    * Moose
+      - added ROADMAP section to detail the near term 
+        plans for Moose
 
 0.11 Wed. July 12, 2006
     * Moose
diff --git a/README b/README
index 7a0144f..e9cb7f0 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Moose version 0.11
+Moose version 0.12
 ===========================
 
 See the individual module documentation for more information
index 7d338bd..74af844 100644 (file)
@@ -4,7 +4,7 @@ package Moose;
 use strict;
 use warnings;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 use Scalar::Util 'blessed', 'reftype';
 use Carp         'confess';