From: Dan Brook Date: Sat, 19 Feb 2011 19:56:58 +0000 (+0000) Subject: Bump version to 0.002007, update Changes. X-Git-Tag: 0.002007 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=4916e60728a5d9642e45cf6957758f110b94803b Bump version to 0.002007, update Changes. --- diff --git a/Changes b/Changes index 2d61f75..26cacf9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ This file documents the revision history for Perl extension Gitalist. +0.002007 2011-02-19 + - Add support for recursively searching for git repos (Dipesh Patel) + - Cleaned up model code in Gitalist::Git:: (Zachary Stevens) + - Improve POD mark-up, some typos (Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯) + - Regenerated README and fixed tests for bootstrapped checkouts. + - Add Test::Exception dep. + 0.002006 2010-10-17 - Added notes regarding slash encoding in Catalyst - Fixed typo in core.css diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index d87e009..435f7e1 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -14,7 +14,7 @@ use Catalyst qw/ SubRequest /; -our $VERSION = '0.002006'; +our $VERSION = '0.002007'; $VERSION = eval $VERSION; __PACKAGE__->config(