Skip to content

Commit

Permalink
Merge pull request #97 from aozorahack/v300
Browse files Browse the repository at this point in the history
bump up to v3.0.0
  • Loading branch information
takahashim authored Dec 31, 2021
2 parents dea4aca + e99bb86 commit 272f46d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="3.0.0"></a>
## 3.0.0

### Breaking Changes

* Ruby 2.7未満をサポート対象外にしました。Ruby 3.0以降を推奨します。それ以前のRubyを使われる場合はv2.0.0をご利用ください https://github.com/aozorahack/aozora2html/pull/49
* t2hs.rbを廃止し、bin/aozora2html以外からは実行できなくしました https://github.com/aozorahack/aozora2html/pull/65 
* t2hs.rbにあったメソッドのうち、通常外部から使われないメソッドをprivateにしました https://github.com/aozorahack/aozora2html/pull/93

### Bug Fixes

* 以前は全角空白であったところが半角空白になっていたので修正しました https://github.com/aozorahack/aozora2html/pull/62

### Features

* エラーメッセージがUTF-8になる `--error-utf8` オプションを追加しました https://github.com/aozorahack/aozora2html/pull/72
* `sample/chukiichiran_kinyurei.txt`に他の例を追加しました https://github.com/aozorahack/aozora2html/pull/78
* `rake chuuki``sample/chukiichiran_kinyurei.txt``sample/chukiichiran_kinyurei.html`に変換できるrakeタスクを追加しました https://github.com/aozorahack/aozora2html/pull/95

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

Expand Down
2 changes: 1 addition & 1 deletion lib/aozora2html/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Aozora2Html
VERSION = '2.0.0'
VERSION = '3.0.0'
end

0 comments on commit 272f46d

Please sign in to comment.