diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-06-01 04:47:34 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-06-01 04:47:34 -0600 |
| commit | 9b3d6652111cb9c2050fbb4a26a0af9735e38cdd (patch) | |
| tree | 044e8a9677fd9c8f595d41da4a5077adaad17a4c | |
| parent | 437cd7c45270ceccebf5db73f43d0b186a3bf093 (diff) | |
Release 1.5.0.alpha.18v1.5.0.alpha.18
| -rw-r--r-- | CHANGELOG.adoc | 2 | ||||
| -rw-r--r-- | README.adoc | 3 | ||||
| -rw-r--r-- | lib/asciidoctor-pdf/version.rb | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 18c7c43c..d88c52e8 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 {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) diff --git a/README.adoc b/README.adoc index cd50cf69..4b09547a 100644 --- a/README.adoc +++ b/README.adoc @@ -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: @@ -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 diff --git a/lib/asciidoctor-pdf/version.rb b/lib/asciidoctor-pdf/version.rb index 7f8717dc..73c36034 100644 --- a/lib/asciidoctor-pdf/version.rb +++ b/lib/asciidoctor-pdf/version.rb @@ -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 |
