Bump version to 0.004001 and update Changes. 0.004001
Dan Brook [Fri, 15 Mar 2013 21:32:28 +0000 (22:32 +0100)]
Changes
lib/Gitalist.pm

diff --git a/Changes b/Changes
index 4f9257c..ae01cdd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 This file documents the revision history for Perl extension Gitalist.
 
+0.004001 2013-03-15
   - Depend on new Catalyst::Runtime and drop use of Catalyst::Controller::ActionRole
+  - Stop calling tags branches (Dennis Kaarsemaker)
+  - Stop breaking trees when submodules are encountered (Dennis Kaarsemaker)
+  - Correctly handle utf-8 encoded .git/description files (Dennis Kaarsemaker)
+  - Controller::ActionRole is dead (Tomas Doran)
+  - Add gitalist.psgi (Tomas Doran)
 
 0.003009 2012-03-18
   - Don't use MooseX::Types::ISO8601 to serialize DateTime objects as its
index cde6dff..e200d1a 100644 (file)
@@ -15,7 +15,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.003009';
+our $VERSION = '0.004001';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(