Bump version to 0.004002 and update Changes. master 0.004002
Dan Brook [Mon, 1 Apr 2013 21:53:59 +0000 (23:53 +0200)]
Changes
lib/Gitalist.pm

diff --git a/Changes b/Changes
index ae01cdd..248a675 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 This file documents the revision history for Perl extension Gitalist.
 
+0.004002 2013-04-01
+  - Update gitalist_app.psgi with working copy.
+  - Fix the bare.git test repo.
+  - The branch selector now sends you to the correct url (Dennis Kaarsemaker)
+  - Massive tree action speedup (Dennis Kaarsemaker)
+  - Have line numbers in blob displays (Dennis Kaarsemaker)
+  - Syntax higlighting improvements (Dennis Kaarsemaker)
+
 0.004001 2013-03-15
   - Depend on new Catalyst::Runtime and drop use of Catalyst::Controller::ActionRole
   - Stop calling tags branches (Dennis Kaarsemaker)
index e200d1a..89b4e8a 100644 (file)
@@ -15,7 +15,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.004001';
+our $VERSION = '0.004002';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(