Skip to content

Commit

Permalink
Merge pull request #109 from aozorahack/v3.0.1
Browse files Browse the repository at this point in the history
v3.0.1
  • Loading branch information
takahashim authored Jan 28, 2024
2 parents f9393ec + 79803aa commit 3c4b044
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="3.0.1"></a>
## 3.0.1

### Bug Fixes

* いくつかマイナーな修正を行いました
* https://github.com/aozorahack/aozora2html/pull/100
* https://github.com/aozorahack/aozora2html/pull/101
* https://github.com/aozorahack/aozora2html/pull/103
* その他コードの挙動とは関係ない修正を行いました
* https://github.com/aozorahack/aozora2html/pull/98
* https://github.com/aozorahack/aozora2html/pull/102
* https://github.com/aozorahack/aozora2html/pull/105
* https://github.com/aozorahack/aozora2html/pull/108

<a name="3.0.0"></a>
## 3.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 = '3.0.0'
VERSION = '3.0.1'
end

0 comments on commit 3c4b044

Please sign in to comment.