From dc686518754a0ce32253fa9463ae127cf74b3ba3 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 2 Feb 2024 08:38:56 +0000 Subject: [PATCH] release 2.3.12 --- CHANGELOG.adoc | 6 +++++- README.adoc | 2 +- docs/antora.yml | 2 +- lib/asciidoctor/pdf/version.rb | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index e38e8b90e..11d3f293d 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.3.12 (2024-02-02) - @mojavelinux Improvements:: @@ -15,6 +15,10 @@ Bug Fixes:: * ensure indentation is preserved at page transition of index when media=prepress; prevents margin from shifting to the left (#2480) +=== Details + +{url-repo}/releases/tag/v2.3.12[git tag] | {url-repo}/compare/v2.3.11\...v2.3.12[full diff] + == 2.3.11 (2024-01-23) - @mojavelinux Enhancements:: diff --git a/README.adoc b/README.adoc index 49894127a..31738ca29 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Asciidoctor PDF: A native PDF converter for AsciiDoc Dan Allen ; Sarah White -v2.3.11, 2024-01-23 +v2.3.12, 2024-02-02 // Settings: :experimental: :idprefix: diff --git a/docs/antora.yml b/docs/antora.yml index 10c826e62..d68b05e37 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: pdf-converter title: Asciidoctor PDF -version: '2.3' +version: '2.3.12' prerelease: false asciidoc: attributes: diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index 755d01a14..58a4faf9a 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module PDF - VERSION = '2.3.11' + VERSION = '2.3.12' end end