Skip to content

Commit 547c68c

Browse files
committed
release 2.0.3 [no ci]
1 parent e0feee6 commit 547c68c

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,7 +5,7 @@
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.3 (2022-05-25) - @mojavelinux
99

1010
Improvements::
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

2226
Bug Fixes::

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.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

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.2'
5+
VERSION = '2.0.3'
66
end
77
end

0 commit comments

Comments
 (0)