diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-02-21 01:56:21 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-02-21 01:56:21 -0700 |
| commit | 78f051f7cad7f2169b47fcda8091ea095ccc9e7b (patch) | |
| tree | eebe84d3bbc3240fb5b80371797ba76e8bd66672 | |
| parent | 8236f064dcd9ac932874900e7f23618568d9026a (diff) | |
Release 1.5.2v1.5.2
| -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 2c021abc..204aa6fe 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.2 (2020-02-21) - @mojavelinux Bug Fixes:: diff --git a/README.adoc b/README.adoc index 477130f5..b1852b94 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.2, 2020-02-21 // Settings: :experimental: :idprefix: @@ -22,7 +23,7 @@ endif::[] :project-name: Asciidoctor PDF :project-handle: asciidoctor-pdf // Variables: -:release-version: 1.5.1 +:release-version: 1.5.2 // 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 0a07eb25..d134022f 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,7 +2,7 @@ module Asciidoctor module PDF - VERSION = '1.5.2.dev' + VERSION = '1.5.2' end Pdf = PDF unless const_defined? :Pdf, false end |
