diff --git a/Changes b/Changes index 360d840..2964115 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ +0.09 2014-03-09 23:33:52+0900 + - Resolve #24, #74, #81, #79, #80, #78 + 0.08 2014-03-04 21:55:40+0900 - Fix a packaging issue for older perls diff --git a/MANIFEST b/MANIFEST index 2f5b55f..f1c1d4a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -24,6 +24,8 @@ lib/Text/Md2Inao/Util.pm Makefile.PL MANIFEST This list of files md2inao.run +META.json +META.yml old_files/00_sample.md old_files/01_sample_inao.txt old_files/02_sample_id.txt @@ -71,5 +73,6 @@ t/99_rt_paragraph.t t/99_rt_quotes.t t/99_rt_ruby_in_footnote.t t/99_rt_table_indent.t +t/issue_14_xxx_cmd.t t/x_input.txt t/x_output.txt diff --git a/lib/Text/Md2Inao.pm b/lib/Text/Md2Inao.pm index 246e73f..bc57774 100644 --- a/lib/Text/Md2Inao.pm +++ b/lib/Text/Md2Inao.pm @@ -3,7 +3,7 @@ use utf8; use strict; use warnings; -our $VERSION = '0.08'; +our $VERSION = '0.09'; use Carp; use Class::Accessor::Fast qw/antlers/;