Bump versions v0.29
Tomas Doran [Wed, 4 Nov 2009 22:58:30 +0000 (22:58 +0000)]
Changes
MANIFEST.SKIP
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 9659054..a9696f9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.29 2009-11-04
         - Fix session being deleted when you have a new session after session
           expiry when calling session_is_valid method. Tests for this.
         - Allow ->session to be used as a setter method so that you can say
index c8ff4ff..ef8ebaf 100644 (file)
@@ -36,3 +36,5 @@
 
 # Shipit conf
 .shipit
+
+^Catalyst-Plugin-Session-.*
index 1f50ff5..ee3347e 100644 (file)
@@ -13,7 +13,7 @@ use Carp;
 
 use namespace::clean -except => 'meta';
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 $VERSION = eval $VERSION;
 
 my @session_data_accessors; # used in delete_session