Skip to content

Commit

Permalink
Release 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 30, 2019
1 parent c953fce commit e6ef43b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.adoc
Expand Up @@ -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::

Expand All @@ -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::
Expand All @@ -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::
Expand Down
3 changes: 2 additions & 1 deletion README-de.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v2.0.9, 2019-04-30
// settings:
:idprefix:
:idseparator: -
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README-fr.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v2.0.9, 2019-04-30
// settings:
:idprefix:
:idseparator: -
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README-jp.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v2.0.9, 2019-04-30
// settings:
:page-layout: base
:idprefix:
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README-zh_CN.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v2.0.9, 2019-04-30
// settings:
:page-layout: base
:idprefix:
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v2.0.9, 2019-04-30
// settings:
:idprefix:
:idseparator: -
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
VERSION = '2.0.9.dev'
VERSION = '2.0.9'
end
8 changes: 4 additions & 4 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit e6ef43b

Please sign in to comment.