Bump version to 0.002007, update Changes. 0.002007
Dan Brook [Sat, 19 Feb 2011 19:56:58 +0000 (19:56 +0000)]
Changes
lib/Gitalist.pm

diff --git a/Changes b/Changes
index 2d61f75..26cacf9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 This file documents the revision history for Perl extension Gitalist.
 
+0.002007 2011-02-19
+   - Add support for recursively searching for git repos (Dipesh Patel)
+   - Cleaned up model code in Gitalist::Git:: (Zachary Stevens)
+   - Improve POD mark-up, some typos (Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯)
+   - Regenerated README and fixed tests for bootstrapped checkouts.
+   - Add Test::Exception dep.
+
 0.002006 2010-10-17
    - Added notes regarding slash encoding in Catalyst
    - Fixed typo in core.css
index d87e009..435f7e1 100644 (file)
@@ -14,7 +14,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.002006';
+our $VERSION = '0.002007';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(