File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 55This document provides a high-level view of the changes to the {project-name} by release.
66For a detailed view of what has changed, refer to the {url-repo} /commits/main[commit history] on GitHub.
77
8- == Unreleased
8+ == 2.0.3 (2022-05-25) - @mojavelinux
99
1010Improvements::
1111
@@ -17,6 +17,10 @@ Bug Fixes::
1717* set height of resized image to available height to avoid float precision error when scaling down image to fit page (#2205)
1818* prevent content on title page from overrunning the bounds of a single page and warn; restriction applies to `ink_title_page`
1919
20+ === Details
21+
22+ {url-repo}/releases/tag/v2.0.3[git tag] | {url-repo}/compare/v2.0.2\...v2.0.3[full diff]
23+
2024== 2.0.2 (2022-05-22) - @mojavelinux
2125
2226Bug Fixes::
Original file line number Diff line number Diff line change 11= Asciidoctor PDF: A native PDF converter for AsciiDoc
22Dan Allen <https: //github.com /mojavelinux[@mojavelinux] >; Sarah White <https: //github.com /graphitefriction[@graphitefriction] >
3- v2.0.2 , 2022-05-22
3+ v2.0.3 , 2022-05-25
44// Settings:
55:experimental:
66:idprefix:
@@ -24,7 +24,7 @@ endif::[]
2424:project-handle: asciidoctor-pdf
2525// Variables:
2626:release-line: 2.0.x
27- :release-version: 2.0.2
27+ :release-version: 2.0.3
2828// URLs:
2929:url-gem: https://rubygems.org/gems/asciidoctor-pdf
3030:url-project: https://github.com/asciidoctor/asciidoctor-pdf
Original file line number Diff line number Diff line change 22
33module Asciidoctor
44 module PDF
5- VERSION = '2.0.2 '
5+ VERSION = '2.0.3 '
66 end
77end
You can’t perform that action at this time.
0 commit comments