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.4 (2022-05-25) - @mojavelinux
99
1010Bug Fixes::
1111
1212* fix calculation of TOC extent when TOC entry has children but no ID (#2208)
1313
14+ === Details
15+
16+ {url-repo}/releases/tag/v2.0.4[git tag] | {url-repo}/compare/v2.0.3\...v2.0.4[full diff]
17+
1418== 2.0.3 (2022-05-25) - @mojavelinux
1519
1620Improvements::
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.3 , 2022-05-25
3+ v2.0.4 , 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.3
27+ :release-version: 2.0.4
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.3 '
5+ VERSION = '2.0.4 '
66 end
77end
You can’t perform that action at this time.
0 commit comments