Skip to content

Commit

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

diff --git a/Changes b/Changes
index 086d789..dfed067 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@

+0.11 2014-04-24 22:59:18+0900
+    - Fixed RT 93674 "Tarball cannot be extracted with a non-utf8 locale"
+
 0.10 2014-03-10 08:32:33+0900
     - Add --version option to md2inao.pl
  • Loading branch information
gfx committed Apr 24, 2014
1 parent 6e516a2 commit f0f06c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

0.11 2014-04-24 22:59:18+0900
- Fixed RT 93674 "Tarball cannot be extracted with a non-utf8 locale"

0.10 2014-03-10 08:32:33+0900
- Add --version option to md2inao.pl

Expand Down
2 changes: 1 addition & 1 deletion lib/Text/Md2Inao.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use utf8;
use strict;
use warnings;

our $VERSION = '0.10';
our $VERSION = '0.11';

use Carp;
use Class::Accessor::Fast qw/antlers/;
Expand Down

0 comments on commit f0f06c2

Please sign in to comment.