Skip to content

Commit 79803aa

Browse files
committed
v3.0.1
1 parent f9393ec commit 79803aa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="3.0.1"></a>
2+
## 3.0.1
3+
4+
### Bug Fixes
5+
6+
* いくつかマイナーな修正を行いました
7+
* https://github.com/aozorahack/aozora2html/pull/100
8+
* https://github.com/aozorahack/aozora2html/pull/101
9+
* https://github.com/aozorahack/aozora2html/pull/103
10+
* その他コードの挙動とは関係ない修正を行いました
11+
* https://github.com/aozorahack/aozora2html/pull/98
12+
* https://github.com/aozorahack/aozora2html/pull/102
13+
* https://github.com/aozorahack/aozora2html/pull/105
14+
* https://github.com/aozorahack/aozora2html/pull/108
15+
116
<a name="3.0.0"></a>
217
## 3.0.0
318

lib/aozora2html/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Aozora2Html
4-
VERSION = '3.0.0'
4+
VERSION = '3.0.1'
55
end

0 commit comments

Comments
 (0)