diff options
| author | Dan Allen <mojavelinux@users.noreply.github.com> | 2023-06-28 20:50:20 +0000 |
|---|---|---|
| committer | Dan Allen <mojavelinux@users.noreply.github.com> | 2023-06-28 20:50:20 +0000 |
| commit | 1474131d87950ae15424c22ce5b11cefa5c2d229 (patch) | |
| tree | 66b3d4cc50f81813fbf7d129429118625c7438ec | |
| parent | d08d64656041bcb1711677e86d68225f0f488396 (diff) | |
release 2.3.9
| -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 a0f7b70e..7c8c37d4 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,13 +5,17 @@ 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.9 (2023-06-28) - @mojavelinux Bug Fixes:: * correctly align block image in raster format in column when align is right or center and page columns are enabled (#2433) * honor table caption end placement (`table-caption-end` theme key) when `unbreakable` (or `breakable`) option is set on table (#2434) +=== Details + +{url-repo}/releases/tag/v2.3.9[git tag] | {url-repo}/compare/v2.3.8\...v2.3.9[full diff] + == 2.3.8 (2023-06-25) - @mojavelinux Improvements:: diff --git a/README.adoc b/README.adoc index bd04a803..a3ac603a 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.8, 2023-06-25 +v2.3.9, 2023-06-28 // Settings: :experimental: :idprefix: diff --git a/docs/antora.yml b/docs/antora.yml index e1ac0d95..2aa98576 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.9' prerelease: false asciidoc: attributes: diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index c1dd5c63..84896706 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module PDF - VERSION = '2.3.8' + VERSION = '2.3.9' end end |
