diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-09-04 18:25:54 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-09-04 18:25:54 -0600 |
| commit | 155d94eb8938ca88c551d67242ddbe07fff34d4c (patch) | |
| tree | 6057cb4a3a11e9848172fb29cbbaa41c94d42ffa | |
| parent | c4cbeb5230733debee642d611391ddd13da4c619 (diff) | |
Release 1.5.0.beta.4v1.5.0.beta.4
| -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 fa5458cb..95a2444e 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.beta.4 (2019-09-04) - @mojavelinux * always use ; as delimiter to separate multiple font dirs to be compatible with JAR paths (#1250) * preserve hyphens in role names in theme file (#1254) diff --git a/README.adoc b/README.adoc index 0890688d..806abc2a 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.beta.4, 2019-09-04 // Settings: :experimental: :idprefix: @@ -23,7 +24,7 @@ endif::[] :project-name: Asciidoctor PDF :project-handle: asciidoctor-pdf // Variables: -:release-version: 1.5.0.beta.3 +:release-version: 1.5.0.beta.4 // 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 44a8130e..f35c806e 100644 --- a/lib/asciidoctor-pdf/version.rb +++ b/lib/asciidoctor-pdf/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Asciidoctor module PDF - VERSION = '1.5.0.beta.4.dev' + VERSION = '1.5.0.beta.4' end Pdf = PDF unless const_defined? :Pdf, false end |
