Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 10, 2021
1 parent 6441735 commit 1ab3337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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/v1.6.x[commit history] on GitHub.

== Unreleased
== 1.6.0 (2021-05-10) - @mojavelinux

Enhancements::

Expand Down
1 change: 1 addition & 0 deletions 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.6.0, 2021-05-10
// Settings:
:experimental:
:idprefix:
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/pdf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Asciidoctor
module PDF
VERSION = '1.6.0.dev'
VERSION = '1.6.0'
end
Pdf = PDF unless const_defined? :Pdf, false
end

0 comments on commit 1ab3337

Please sign in to comment.