We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9393ec commit 79803aaCopy full SHA for 79803aa
CHANGELOG.md
@@ -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
16
<a name="3.0.0"></a>
17
## 3.0.0
18
lib/aozora2html/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Aozora2Html
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
end
0 commit comments