Skip to content

Commit

Permalink
Release 1.5.0.alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 23, 2019
1 parent 0f92c93 commit 9dcfc37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.alpha.17 (2019-04-23) - @mojavelinux

* drop support for Ruby < 2.3 (and installation will fail for Ruby < 2.1)
* add asciidoctor/pdf and asciidoctor/pdf/version require aliases (#262)
Expand Down
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -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.alpha.17, 2019-04-23
// Settings:
:experimental:
:idprefix:
Expand All @@ -23,7 +24,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
:release-version: 1.5.0.alpha.16
:release-version: 1.5.0.alpha.17
// URIs:
:uri-asciidoctor: http://asciidoctor.org
:uri-gem: http://rubygems.org/gems/asciidoctor-pdf
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor-pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Asciidoctor
module PDF
VERSION = '1.5.0.alpha.17.dev'
VERSION = '1.5.0.alpha.17'
end
Pdf = PDF unless const_defined? :Pdf, false
end

0 comments on commit 9dcfc37

Please sign in to comment.