Bump version number to 0.003008 and add to Changes. 0.003008
Dan Brook [Sun, 29 Jan 2012 00:02:11 +0000 (00:02 +0000)]
While 0.003007 hit the CPAN it was missing Changes hence 0.003008.

Changes
lib/Gitalist.pm

diff --git a/Changes b/Changes
index 7a696f3..666c4e6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 This file documents the revision history for Perl extension Gitalist.
 
+0.003008 2012-01-29
+  - Now with Changes.
+
+0.003007 2012-01-28
+  - Allow the model to be user defined,
+  - Use new Catalyst features.
+  - Make repo_dir work consistently with GITALIST_REPO_DIR (Tomas Doran).
+  - Add the Vhost collection of repositories (Tomas Doran).
+
 0.003006 2011-10-18
   - Fix lies in docs, make config more obvious (Tomas Doran)
   - Avoid "Use of qw(...) as parentheses is deprecated" warning with
index 62b6fda..dcce854 100644 (file)
@@ -15,7 +15,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.003006';
+our $VERSION = '0.003008';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(