Skip to content

Commit

Permalink
bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Nov 10, 2015
1 parent 54e8ce7 commit 3bcde4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.6.0"></a>
## 0.6.0

### Bug Fixes

* helpメッセージを修正した

### Features

* `--use-unicode`オプションでU+XXXX表記も数値実体参照として表示できるようにした
* Code Climateを導入して警告が出た部分を一部修正した

<a name="0.5.0"></a>
## 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion lib/aozora2html/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Aozora2Html
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 3bcde4b

Please sign in to comment.