diff options
| author | Dan Allen <mojavelinux@users.noreply.github.com> | 2022-09-17 20:27:19 +0000 |
|---|---|---|
| committer | Dan Allen <mojavelinux@users.noreply.github.com> | 2022-09-17 20:27:19 +0000 |
| commit | 2b77f98015d4542f7eb713e585dd20e29ac0537a (patch) | |
| tree | 231b9d4bb2ce76f65a8b3b780f25d2966193e7ff | |
| parent | e94fd69fceee9469c6e75cb905bb73f58b3def77 (diff) | |
release 2.3.1 [no ci]v2.3.1
| -rw-r--r-- | CHANGELOG.adoc | 6 | ||||
| -rw-r--r-- | README.adoc | 2 | ||||
| -rw-r--r-- | docs/antora.yml | 2 | ||||
| -rw-r--r-- | lib/asciidoctor/pdf/version.rb | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 95faa240..21f6bcad 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.1 (2022-09-17) - @mojavelinux Improvements:: @@ -22,6 +22,10 @@ Bug Fixes:: * ensure `heading-min-height-after` theme key is ignored if section is empty or discrete heading is last child * don't force justify first line of abstract if it ends with a hard break +=== Details + +{url-repo}/releases/tag/v2.3.1[git tag] | {url-repo}/compare/v2.3.0\...v2.3.1[full diff] + == 2.3.0 (2022-08-16) - @mojavelinux Enhancements:: diff --git a/README.adoc b/README.adoc index 88d79b4f..38471d0d 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.3.0, 2022-08-16 +v2.3.1, 2022-09-17 // Settings: :experimental: :idprefix: diff --git a/docs/antora.yml b/docs/antora.yml index 396b2f43..f7a357a2 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.1' prerelease: false asciidoc: attributes: diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index d7c57931..4d7b9139 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module PDF - VERSION = '2.3.0' + VERSION = '2.3.1' end end |
