Skip to content

Commit

Permalink
Merge pull request #1682 from kmuto/news511
Browse files Browse the repository at this point in the history
5.1.1 release note
  • Loading branch information
takahashim committed Mar 2, 2021
2 parents 1ce7aa7 + 52057fd commit e49feaf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion lib/review/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ReVIEW
VERSION = '5.1.0'.freeze
VERSION = '5.1.1'.freeze
end

0 comments on commit e49feaf

Please sign in to comment.