summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-08-30 15:24:07 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-08-30 15:24:07 -0600
commit946339c1fea1d2b1c97158993fddfdc5fb97ab7f (patch)
treef584c34f2f248368373504e6e15924ec8214e6e4
parentba1ec2b42b93763ef68281a1f566876817ddc30b (diff)
Release 1.5.0.beta.3v1.5.0.beta.3
-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 ecfc3070..cc9e5642 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.3 (2019-08-30) - @mojavelinux
* allow multiple font dirs to be specified using the pdf-fontsdir attribute (#80)
* fill and stroke bounds of example across all pages (#362)
diff --git a/README.adoc b/README.adoc
index 2cdd1c1f..48bfa27e 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.3, 2019-08-30
// Settings:
:experimental:
:idprefix:
@@ -23,7 +24,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
-:release-version: 1.5.0.beta.2
+:release-version: 1.5.0.beta.3
// 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 ad2cb37e..bf753a90 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.3.dev'
+ VERSION = '1.5.0.beta.3'
end
Pdf = PDF unless const_defined? :Pdf, false
end