Skip to content

Commit

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

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
  • Loading branch information
gfx committed Mar 9, 2014
1 parent a5a3479 commit ccf2c50
Show file tree
Hide file tree
Showing 3 changed files with 7 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.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

Expand Down
3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.08';
our $VERSION = '0.09';

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

0 comments on commit ccf2c50

Please sign in to comment.