From e6ef43b08f1f399af610d1f2c2b221afa72b1763 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 30 Apr 2019 13:44:07 -0600 Subject: [PATCH] Release 2.0.9 --- CHANGELOG.adoc | 6 +++--- README-de.adoc | 3 ++- README-fr.adoc | 3 ++- README-jp.adoc | 3 ++- README-zh_CN.adoc | 3 ++- README.adoc | 3 ++- lib/asciidoctor/version.rb | 2 +- man/asciidoctor.1 | 8 ++++---- man/asciidoctor.adoc | 2 +- 9 files changed, 19 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 3cc599ac8d..77aa861bbf 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,7 +13,8 @@ endif::[] This document provides a high-level view of the changes introduced in Asciidoctor by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. -== Unreleased +// tag::compact[] +== 2.0.9 (2019-04-30) - @mojavelinux Bug Fixes:: @@ -24,7 +25,7 @@ Bug Fixes:: * fix lineno of source location on blocks that follow a detached list continuation (#3281) * assume inline image type is "image" if not set (typically by an extension) -// tag::compact[] +// end::compact[] == 2.0.8 (2019-04-22) - @mojavelinux Bug Fixes:: @@ -42,7 +43,6 @@ Improvements:: * use module_function keyword to define methods in Helpers * move regular expression definitions to separate source file (internal change) -// end::compact[] == 2.0.7 (2019-04-13) - @mojavelinux Bug Fixes:: diff --git a/README-de.adoc b/README-de.adoc index 5058ed088d..5ba7b30766 100644 --- a/README-de.adoc +++ b/README-de.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.9, 2019-04-30 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.8 +:release-version: 2.0.9 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-fr.adoc b/README-fr.adoc index b44ba1705e..d018185663 100644 --- a/README-fr.adoc +++ b/README-fr.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.9, 2019-04-30 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.8 +:release-version: 2.0.9 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-jp.adoc b/README-jp.adoc index d8e514cbdc..d190f0f1a0 100644 --- a/README-jp.adoc +++ b/README-jp.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.9, 2019-04-30 // settings: :page-layout: base :idprefix: @@ -17,7 +18,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.8 +:release-version: 2.0.9 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-zh_CN.adoc b/README-zh_CN.adoc index 42ca0914df..bfdfa31acd 100644 --- a/README-zh_CN.adoc +++ b/README-zh_CN.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.9, 2019-04-30 // settings: :page-layout: base :idprefix: @@ -17,7 +18,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.8 +:release-version: 2.0.9 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README.adoc b/README.adoc index 210e7e5e3e..83293d72f7 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White ; Ryan Waldron +v2.0.9, 2019-04-30 // settings: :idprefix: :idseparator: - @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.8 +:release-version: 2.0.9 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index 10522820d8..d6dce35aca 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Asciidoctor - VERSION = '2.0.9.dev' + VERSION = '2.0.9' end diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index 0dbe5d6c30..4713f1354d 100644 --- a/man/asciidoctor.1 +++ b/man/asciidoctor.1 @@ -1,13 +1,13 @@ '\" t .\" Title: asciidoctor .\" Author: Dan Allen, Sarah White, Ryan Waldron -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-04-22 +.\" Generator: Asciidoctor 2.0.9 +.\" Date: 2019-04-30 .\" Manual: Asciidoctor Manual -.\" Source: Asciidoctor 2.0.8 +.\" Source: Asciidoctor 2.0.9 .\" Language: English .\" -.TH "ASCIIDOCTOR" "1" "2019-04-22" "Asciidoctor 2.0.8" "Asciidoctor Manual" +.TH "ASCIIDOCTOR" "1" "2019-04-30" "Asciidoctor 2.0.9" "Asciidoctor Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc index 5a4f2bafec..8dedc442da 100644 --- a/man/asciidoctor.adoc +++ b/man/asciidoctor.adoc @@ -1,7 +1,7 @@ = asciidoctor(1) Dan Allen; Sarah White; Ryan Waldron :doctype: manpage -:release-version: 2.0.8 +:release-version: 2.0.9 :man manual: Asciidoctor Manual :man source: Asciidoctor {release-version} :page-layout: base