summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-07-30 04:49:15 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-07-30 04:49:15 -0600
commitb417ede77666fc5b79dcab7cfcdf4ab67c781d60 (patch)
treeeaacea8a2c44d7db2bfd852d8d56e6163678c194
parent5473f2b8fcb666a6ece86c1c8e70954ed92bdafb (diff)
Release 1.5.0.beta.2v1.5.0.beta.2
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--README.adoc3
-rw-r--r--lib/asciidoctor-pdf/version.rb2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index dee2aa3d..b84d1f7d 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.2 (2019-07-30) - @mojavelinux
* only apply title page background image to the title page (#1144)
* make sure title page background or color (and only title page background or color) gets applied to title page even when page has already been created (#1144)
diff --git a/README.adoc b/README.adoc
index 2d4596a4..b5d68372 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.2, 2019-07-30
// Settings:
:experimental:
:idprefix:
@@ -23,7 +24,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
-:release-version: 1.5.0.beta.1
+:release-version: 1.5.0.beta.2
// 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 3b477453..9ed1dc52 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.2.dev'
+ VERSION = '1.5.0.beta.2'
end
Pdf = PDF unless const_defined? :Pdf, false
end