diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-02-04 02:34:11 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-02-04 02:34:11 -0700 |
| commit | 36a6dbd812d68ae7bc9d1009efe1ea649e59bf92 (patch) | |
| tree | 0cada202824bdd7a86ca6ed8f651f5f14ba883ce | |
| parent | ce59371341519a14f1b5281b7b8af99e50e248c1 (diff) | |
Release 1.5.0.rc.3v1.5.0.rc.3
| -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 406f69f5..8f04ea86 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.rc.3 (2020-02-04) - @mojavelinux * reserve space for inline image correctly so it doesn't mangle the character spacing in the line when the image wraps (#1516) * allow custom theme to merge font catalog with theme being extended (#1505) diff --git a/README.adoc b/README.adoc index eefca2c6..9f088b51 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.rc.3, 2020-02-04 // Settings: :experimental: :idprefix: @@ -22,7 +23,7 @@ endif::[] :project-name: Asciidoctor PDF :project-handle: asciidoctor-pdf // Variables: -:release-version: 1.5.0.rc.2 +:release-version: 1.5.0.rc.3 // URIs: :url-asciidoctor: http://asciidoctor.org :url-gem: http://rubygems.org/gems/asciidoctor-pdf diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index 9ed49fa4..c002be80 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,7 +2,7 @@ module Asciidoctor module PDF - VERSION = '1.5.0.rc.3.dev' + VERSION = '1.5.0.rc.3' end Pdf = PDF unless const_defined? :Pdf, false end |
