From: Tomas Doran Date: Thu, 27 Aug 2009 01:23:12 +0000 (+0100) Subject: Changelog, bump versions X-Git-Tag: 0.77 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=9eb6ca8b17b0900392ec314a05e54d28b68d460e Changelog, bump versions --- diff --git a/Changes b/Changes index 31ddb85..c0753f8 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,16 @@ +Thu 27 Aug 02:21:09 BST 2009 - Release 0.77 + Allow dispatching to Catalyst Actions, for use with ActionClasses etc - fREW Fix test if CATALYST_DEBUG environment variable is set -Fri Aug 21 21:20:52 BST 2009 (t0m) - Release 0.76 +Fri Aug 21 21:20:52 BST 2009 - Release 0.76 Added two new status response helpers (202 no content and 410 gone), and tests - Franck Cuny -Mon Aug 17 14:07:41 BST 2009 (t0m) - Release 0.75 +Mon Aug 17 14:07:41 BST 2009 - Release 0.75 Fix optional test failures in catalyst-action-serialize-accept.t diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index c06ad8d..c0f7823 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -17,7 +17,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.76'; +our $VERSION = '0.77'; $VERSION = eval $VERSION; sub new { diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index 1e72127..be91848 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -2,7 +2,7 @@ package Catalyst::Controller::REST; use strict; use warnings; -our $VERSION = '0.76'; +our $VERSION = '0.77'; $VERSION = eval $VERSION; =head1 NAME