Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.00018.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 50e770e..11851d8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Changes
 =======

 {{$NEXT}}
+
+0.00018 2015-01-04T06:28:41Z
     * compatibility shim added to test cases so that the encoding tests will
       pass with Catalyst v 5.90080+
     * Documentation on UTF8 and default encoding on new Catalyst.
  • Loading branch information
lestrrat committed Jan 4, 2015
1 parent e5437f1 commit 4867574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,8 @@ Changes
=======

{{$NEXT}}

0.00018 2015-01-04T06:28:41Z
* compatibility shim added to test cases so that the encoding tests will
pass with Catalyst v 5.90080+
* Documentation on UTF8 and default encoding on new Catalyst.
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -77,6 +77,6 @@
"Wallace Reis <wreis@123people.com>",
"Wallace Reis <wallace@reis.me>",
"John Napiorkowski <jjn1056@yahoo.com>",
"lestrrat <lestrrat+github@gmail.com>"
"Daisuke Maki <lestrrat+github@gmail.com>"
]
}
2 changes: 1 addition & 1 deletion t/lib/TestApp.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Catalyst; # qw/-Debug/;

our $VERSION = '0.01';
our $VERSION = '0.00018';

__PACKAGE__->config(
name => 'TestApp',
Expand Down

0 comments on commit 4867574

Please sign in to comment.