summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-02-16 02:35:12 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-02-16 02:35:12 -0700
commit538004d6d2c55bf2b7f33103bf26b482d035f72c (patch)
tree090875191e2120757c869729726c119fd7297b80
parent3e7080563ad52b4e72d830ec880a96787b0ec9bd (diff)
Release 1.5.1v1.5.1
-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 e573f983..a2b7a4c1 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.1 (2020-02-16) - @mojavelinux
Enhancements::
diff --git a/README.adoc b/README.adoc
index da12f2cd..c7d5c171 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.1, 2020-02-16
// Settings:
:experimental:
:idprefix:
@@ -22,7 +23,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
-:release-version: 1.5.0
+:release-version: 1.5.1
// 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 397cab52..9d87c4e9 100644
--- a/lib/asciidoctor/pdf/version.rb
+++ b/lib/asciidoctor/pdf/version.rb
@@ -2,7 +2,7 @@
module Asciidoctor
module PDF
- VERSION = '1.5.1.dev'
+ VERSION = '1.5.1'
end
Pdf = PDF unless const_defined? :Pdf, false
end