summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <mojavelinux@users.noreply.github.com>2022-06-17 22:19:21 +0000
committerDan Allen <mojavelinux@users.noreply.github.com>2022-06-17 22:19:21 +0000
commit119cface557d3b1e1b366ec145004dc962610c6e (patch)
treed87616cdc54c8e4ef17424631315f7fb29489b5d
parent3a7c7838fd7a400d80020b435d82b3b09b431430 (diff)
release 2.1.2 [no ci]v2.1.2
-rw-r--r--CHANGELOG.adoc6
-rw-r--r--README.adoc2
-rw-r--r--lib/asciidoctor/pdf/version.rb2
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 7605699c..80417785 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -5,7 +5,7 @@
This document provides a high-level view of the changes to the {project-name} by release.
For a detailed view of what has changed, refer to the {url-repo}/commits/main[commit history] on GitHub.
-== Unreleased
+== 2.1.2 (2022-06-17) - @mojavelinux
Bug Fixes::
@@ -13,6 +13,10 @@ Bug Fixes::
* use correct logic to insert page before TOC with automatic placement when doctype=book and media=prepress
* use `get_entries_for_toc` to determine if the TOC is non-empty rather than `Document#sections?`
+=== Details
+
+{url-repo}/releases/tag/v2.1.2[git tag] | {url-repo}/compare/v2.1.1\...v2.1.2[full diff]
+
== 2.1.1 (2022-06-15) - @mojavelinux
Improvements::
diff --git a/README.adoc b/README.adoc
index d7ef0f4e..b8b23b14 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,6 @@
= Asciidoctor PDF: A native PDF converter for AsciiDoc
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
-v2.1.1, 2022-06-15
+v2.1.2, 2022-06-17
// Settings:
:experimental:
:idprefix:
diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb
index bfd568e9..274f255b 100644
--- a/lib/asciidoctor/pdf/version.rb
+++ b/lib/asciidoctor/pdf/version.rb
@@ -2,6 +2,6 @@
module Asciidoctor
module PDF
- VERSION = '2.1.1'
+ VERSION = '2.1.2'
end
end