From 52057fdd00ecb770af487b48edc8bdf3e0b0ef98 Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Tue, 2 Mar 2021 09:30:49 +0900 Subject: [PATCH] news of 5.1.1 --- NEWS.ja.md | 6 ++++++ NEWS.md | 6 ++++++ lib/review/version.rb | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.ja.md b/NEWS.ja.md index 80a1293ca..18cb30119 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -1,3 +1,9 @@ +# Version 5.1.1 +## バグ修正 +* `review-preproc` がエラーになるのを修正しました ([#1679]) + +[#1679]: https://github.com/kmuto/review/issues/1679 + # Version 5.1.0 ## 新機能 * CSS 組版ソフトウェア [Vivliostyle-CLI](https://github.com/vivliostyle/vivliostyle-cli) を呼び出す Rake ルールを追加しました。Vivliostyle-CLI をインストールした環境において、`rake vivliostyle:build` または `rake vivliostyle` で PDF を作成、`rake vivliostyle:preview` でブラウザのプレビューが開きます ([#1663]) diff --git a/NEWS.md b/NEWS.md index ad067f245..9b7f88569 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# Version 5.1.1 +## Bug Fixes +* Fix the runtime error of `review-preproc` ([#1679]) + +[#1679]: https://github.com/kmuto/review/issues/1679 + # Version 5.1.0 ## New Features * added Rake rule to call [Vivliostyle-CLI](https://github.com/vivliostyle/vivliostyle-cli), CSS typesetting formatter. Create a PDF with `rake vivliostyle:build` or `rake vivliostyle`, and open a preview with `rake vivliostyle:preview` ([#1663]) diff --git a/lib/review/version.rb b/lib/review/version.rb index fcc0d9a4f..970c438e6 100644 --- a/lib/review/version.rb +++ b/lib/review/version.rb @@ -1,3 +1,3 @@ module ReVIEW - VERSION = '5.1.0'.freeze + VERSION = '5.1.1'.freeze end