From: Dan Brook Date: Sun, 29 Jan 2012 00:02:11 +0000 (+0000) Subject: Bump version number to 0.003008 and add to Changes. X-Git-Tag: 0.003008 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=fd64846f9605ab442109910a99fae2f1abc9c48f Bump version number to 0.003008 and add to Changes. While 0.003007 hit the CPAN it was missing Changes hence 0.003008. --- diff --git a/Changes b/Changes index 7a696f3..666c4e6 100644 --- 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 diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index 62b6fda..dcce854 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -15,7 +15,7 @@ use Catalyst qw/ SubRequest /; -our $VERSION = '0.003006'; +our $VERSION = '0.003008'; $VERSION = eval $VERSION; __PACKAGE__->config(