bump version / update changes for 0.02 test tarball
Brandon L Black [Sat, 29 Jul 2006 19:45:55 +0000 (19:45 +0000)]
Changes
lib/Algorithm/C3.pm

diff --git a/Changes b/Changes
index 373c6f1..9cc9c98 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension Algorithm-C3.
 
+0.02 XXX - Not Yet Released - XXX
+    - Refactored for significant speed gains
+
 0.01 Wed. Feb. 15, 2006
-    - initial release, code and tests taken from Class::C3
\ No newline at end of file
+    - initial release, code and tests taken from Class::C3
index 8e49370..1f59340 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 sub merge {
     my ($root, $parent_fetcher) = @_;