Skip to content

Commit e790fb5

Browse files
committed
release 2.0.4 [no ci]
1 parent ec22605 commit e790fb5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
This document provides a high-level view of the changes to the {project-name} by release.
66
For 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

1010
Bug 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

1620
Improvements::

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Asciidoctor PDF: A native PDF converter for AsciiDoc
22
Dan 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

lib/asciidoctor/pdf/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Asciidoctor
44
module PDF
5-
VERSION = '2.0.3'
5+
VERSION = '2.0.4'
66
end
77
end

0 commit comments

Comments
 (0)