diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-20 17:00:35 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-20 17:00:35 -0600 |
| commit | f658abfc4288d8341e66ec52763295b814bcd3a2 (patch) | |
| tree | d7f821171f5caee9cc3ed34f0b468f144fe90f3d | |
| parent | 57f21de16d19b7f38425de57b47c93d7257752ad (diff) | |
Release 2.0.0.alpha.1v2.0.0.alpha.1
| -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 9d24e939..ee64ae98 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/main[commit history] on GitHub. -== Unreleased +== 2.0.0.alpha.1 (2022-04-20) - @mojavelinux Enhancements:: diff --git a/README.adoc b/README.adoc index 5db98908..70ece9d3 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]> +v2.0.0.alpha.1, 2022-04-20 // Settings: :experimental: :idprefix: @@ -23,7 +24,7 @@ endif::[] :project-handle: asciidoctor-pdf // Variables: :release-line: 2.0.x -:release-version: 2.0.0 +:release-version: 2.0.0.alpha.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 ead6335c..263909cc 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module PDF - VERSION = '2.0.0.dev' + VERSION = '2.0.0.alpha.1' end end |
