Skip to content

Commit adb36a1

Browse files
committed
release 2.1.5 [no ci]
1 parent 7a7c7ee commit adb36a1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
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.1.5 (2022-07-10) - @mojavelinux
99

1010
Bug Fixes::
1111

1212
* fix position of background color on caption with outside margin (#2271)
1313
* don't allow font scale to compound when entering nested table (#2276)
1414

15+
=== Details
16+
17+
{url-repo}/releases/tag/v2.1.5[git tag] | {url-repo}/compare/v2.1.4\...v2.1.5[full diff]
18+
1519
== 2.1.4 (2022-06-26) - @mojavelinux
1620

1721
Improvements::

README.adoc

Lines changed: 1 addition & 1 deletion
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.1.4, 2022-06-26
3+
v2.1.5, 2022-07-10
44
// Settings:
55
:experimental:
66
:idprefix:

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pdf-converter
22
title: Asciidoctor PDF
3-
version: '2.1'
3+
version: '2.1.5'
44
prerelease: false
55
asciidoc:
66
attributes:

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

0 commit comments

Comments
 (0)