Skip to content

Commit

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

diff --git a/Changes b/Changes
index 60b89df..8dd9f6b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for carton

+v0.9.1  Mon Oct 17 19:05:12 JST 2011
+        - Fixed packaging
+        - Fixed UTF8 encoding warnings for JSON
+
 v0.9.0  Fri Oct 14 01:27:02 JST 2011
         - Initial non-dev release. Still considered beta before it hits 1.0.0!
  • Loading branch information
miyagawa committed Oct 17, 2011
1 parent cc4f795 commit 29a81ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for carton

v0.9.1 Mon Oct 17 19:05:12 JST 2011
- Fixed packaging
- Fixed UTF8 encoding warnings for JSON

v0.9.0 Fri Oct 14 01:27:02 JST 2011
- Initial non-dev release. Still considered beta before it hits 1.0.0!

Expand Down
2 changes: 1 addition & 1 deletion lib/Carton.pm
Expand Up @@ -3,7 +3,7 @@ package Carton;
use strict;
use warnings;
use 5.008_001;
use version; our $VERSION = qv('v0.9.0');
use version; our $VERSION = qv('v0.9.1');

use Cwd;
use Config qw(%Config);
Expand Down

0 comments on commit 29a81ae

Please sign in to comment.