From 79803aaa2c4cbe8806167d07bc889c273d70ded4 Mon Sep 17 00:00:00 2001 From: takahashim Date: Mon, 29 Jan 2024 01:01:50 +0900 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 15 +++++++++++++++ lib/aozora2html/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fdfbc..59967c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 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 + ## 3.0.0 diff --git a/lib/aozora2html/version.rb b/lib/aozora2html/version.rb index 8892008..edbec41 100644 --- a/lib/aozora2html/version.rb +++ b/lib/aozora2html/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Aozora2Html - VERSION = '3.0.0' + VERSION = '3.0.1' end