Skip to content

Commit

Permalink
bump version 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteleaf7 committed Dec 27, 2021
1 parent 3e4ebfa commit 1b07ae1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
更新履歴 - ChangeLog
====================

3.8.1: 2021/12/27
-----------------
#### 修正内容
- ハーメルンのまえがき・あとがきが取得できなくなっていたのを修正


3.8.0: 2021/06/27
-----------------
#### 修正内容
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ Narou.rb - 小説家になろうのダウンローダ&縦書き整形&管理
更新履歴 - ChangeLog
--------------------

3.8.0: 2021/06/27
3.8.1: 2021/12/27
-----------------
#### 修正内容
- タイトル名もしくは作者名に特定の記号を使うことで任意のコードを実行できて
しまう問題を修正 [CVE-2021-35514]
- この問題を発見した RyotaK に感謝します
- ハーメルンのまえがき・あとがきが取得できなくなっていたのを修正

----

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

module Narou
VERSION = "3.8.0"
VERSION = "3.8.1"
end
6 changes: 2 additions & 4 deletions narou.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ Gem::Specification.new do |gem|
install_message = <<-EOS
#{"*" * 60}
3.8.0: 2021/06/27
3.8.1: 2021/12/27
-----------------
#### 修正内容
- タイトル名もしくは作者名に特定の記号を使うことで任意のコードを実行できて
しまう問題を修正 [CVE-2021-35514]
- この問題を発見した RyotaK に感謝します
- ハーメルンのまえがき・あとがきが取得できなくなっていたのを修正
#{"*" * 60}
EOS
Expand Down

0 comments on commit 1b07ae1

Please sign in to comment.