From f658abfc4288d8341e66ec52763295b814bcd3a2 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 20 Apr 2022 17:00:35 -0600 Subject: [PATCH] Release 2.0.0.alpha.1 --- CHANGELOG.adoc | 2 +- README.adoc | 3 ++- lib/asciidoctor/pdf/version.rb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 9d24e939b..ee64ae986 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 5db989088..70ece9d3b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ = Asciidoctor PDF: A native PDF converter for AsciiDoc Dan Allen ; Sarah White +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 ead6335ca..263909cce 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