Bump version to 0.003003, update Changes. 0.003003
Dan Brook [Mon, 6 Jun 2011 15:06:07 +0000 (17:06 +0200)]
Changes
lib/Gitalist.pm

diff --git a/Changes b/Changes
index 3f128b4..aedcd42 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 This file documents the revision history for Perl extension Gitalist.
 
+0.003003 2011-06-06
   - Fixed ownership assertions in t/02git_object.t (Christian Walde).
+  - Change default local config to not search recursively.
+  - Don't attempt to syntax highlight anything big.
+  - Fix for infinite loop bug in blame.
 
 0.003002 2011-05-23
   - Add JSON serialization and expose via .json (Tomas Doran).
index d608ce0..134fced 100644 (file)
@@ -14,7 +14,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.003002';
+our $VERSION = '0.003003';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(