Skip to content

Commit 8795fca

Browse files
committed
release 2.3.5
1 parent f0be6c7 commit 8795fca

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,7 +5,7 @@
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.3.5 (2023-03-31) - @mojavelinux
99

1010
Enhancements::
1111

@@ -19,6 +19,10 @@ Bug Fixes::
1919
* honor theme settings for caption on table with `breakable` or `unbreakable` option (#2379)
2020
* use first recto page after toc when media is prepress and page numbering or running content start-at value is `after-toc` (#2398)
2121

22+
=== Details
23+
24+
{url-repo}/releases/tag/v2.3.5[git tag] | {url-repo}/compare/v2.3.4\...v2.3.5[full diff]
25+
2226
== 2.3.4 (2022-10-29) - @mojavelinux
2327

2428
Bug Fixes::

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.3.4, 2022-10-29
3+
v2.3.5, 2023-03-31
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.3'
3+
version: '2.3.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.3.4'
5+
VERSION = '2.3.5'
66
end
77
end

0 commit comments

Comments
 (0)