diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-07-08 04:38:21 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-07-08 04:38:21 -0600 |
| commit | 66b3c865b4b9b67f73f4960f3301675d745d288f (patch) | |
| tree | 65d6c7046f0969b2986a8ee6a109ca98d469ddf1 | |
| parent | e05d9268b9d0c890c347510ba10723f53b6dc936 (diff) | |
Release 1.5.0.beta.1v1.5.0.beta.1
| -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 149ae495..2e41dc0d 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.1 (2019-07-08) - @mojavelinux * rename pdf-style and pdf-stylesdir attributes to pdf-theme and pdf-themesdir, respectively (while still honoring the old names for compatibility) (#1127) * don't load fallback font by default; move fallback font to default-with-fallback-font theme diff --git a/README.adoc b/README.adoc index 2c83fb51..cbfe381d 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.1, 2019-07-08 // Settings: :experimental: :idprefix: @@ -23,7 +24,7 @@ endif::[] :project-name: Asciidoctor PDF :project-handle: asciidoctor-pdf // Variables: -:release-version: 1.5.0.alpha.18 +:release-version: 1.5.0.beta.1 // 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 5725c81b..18672c62 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.beta.1.dev' + VERSION = '1.5.0.beta.1' end Pdf = PDF unless const_defined? :Pdf, false end |
