Skip to content

Commit

Permalink
Release 1.5.0.alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jun 1, 2019
1 parent 437cd7c commit 9b3d665
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {uri-repo}/commits/master[commit history] on GitHub.

== Unreleased
== 1.5.0.alpha.18 (2019-06-01) - @mojavelinux

* restore compatibility with Asciidoctor back to 1.5.3 and add verification to test matrix (#1038)
* allow theme to set text indent for paragraphs using prose_text_indent (#191)
Expand Down
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= Asciidoctor PDF: A native PDF converter for AsciiDoc
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
v1.5.0.alpha.18, 2019-06-01
// Settings:
:experimental:
:idprefix:
Expand All @@ -23,7 +24,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
:release-version: 1.5.0.alpha.17
:release-version: 1.5.0.alpha.18
// URIs:
:uri-asciidoctor: http://asciidoctor.org
:uri-gem: http://rubygems.org/gems/asciidoctor-pdf
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor-pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Asciidoctor
module PDF
VERSION = '1.5.0.alpha.18.dev'
VERSION = '1.5.0.alpha.18'
end
Pdf = PDF unless const_defined? :Pdf, false
end

0 comments on commit 9b3d665

Please sign in to comment.