diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-05-10 03:15:04 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-05-10 03:15:04 -0600 |
| commit | 1ab33379a06161f330f8869cd5bef4310d6f43cb (patch) | |
| tree | 889ef358ae20d51fabac94ca182ff1502ac0b1cd | |
| parent | 6441735a33f87ed1a3220a453811ae1627af475d (diff) | |
Release 1.6.0v1.6.0
| -rw-r--r-- | CHANGELOG.adoc | 2 | ||||
| -rw-r--r-- | README.adoc | 1 | ||||
| -rw-r--r-- | lib/asciidoctor/pdf/version.rb | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 5f6cbace..1da1594a 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/v1.6.x[commit history] on GitHub. -== Unreleased +== 1.6.0 (2021-05-10) - @mojavelinux Enhancements:: diff --git a/README.adoc b/README.adoc index fa7731a0..a260e619 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.6.0, 2021-05-10 // Settings: :experimental: :idprefix: diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index 48188bdb..0d08719a 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -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 |
