summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.adoc6
-rw-r--r--README-de.adoc3
-rw-r--r--README-fr.adoc3
-rw-r--r--README-jp.adoc3
-rw-r--r--README-zh_CN.adoc3
-rw-r--r--README.adoc3
-rw-r--r--lib/asciidoctor/version.rb2
-rw-r--r--man/asciidoctor.18
-rw-r--r--man/asciidoctor.adoc2
9 files changed, 19 insertions, 14 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index b06aa7f3..b827c76c 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.10 (2019-05-31) - @mojavelinux
Bug Fixes::
@@ -23,7 +24,7 @@ Bug Fixes::
* fix signature of SyntaxHighlighter#docinfo method (#3300)
* when `icons` is set to `image`, enable image icons, but don't use it as the value of the `icontype` attribute (#3308)
-// tag::compact[]
+// end::compact[]
== 2.0.9 (2019-04-30) - @mojavelinux
Bug Fixes::
@@ -35,7 +36,6 @@ 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)
-// end::compact[]
== 2.0.8 (2019-04-22) - @mojavelinux
Bug Fixes::
diff --git a/README-de.adoc b/README-de.adoc
index 8e40dcd8..b81d7b54 100644
--- a/README-de.adoc
+++ b/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.10, 2019-05-31
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.9
+:release-version: 2.0.10
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-fr.adoc b/README-fr.adoc
index 0b71c0a9..c43ea115 100644
--- a/README-fr.adoc
+++ b/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.10, 2019-05-31
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.9
+:release-version: 2.0.10
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-jp.adoc b/README-jp.adoc
index 484e799a..a5115e77 100644
--- a/README-jp.adoc
+++ b/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.10, 2019-05-31
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.9
+:release-version: 2.0.10
// 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 f8880660..b056e60c 100644
--- a/README-zh_CN.adoc
+++ b/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.10, 2019-05-31
// settings:
:page-layout: base
:idprefix:
@@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.9
+:release-version: 2.0.10
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README.adoc b/README.adoc
index 4238f620..30a70f65 100644
--- a/README.adoc
+++ b/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.10, 2019-05-31
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.9
+:release-version: 2.0.10
// 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 59f6ff56..df3ac5d5 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
- VERSION = '2.0.10.dev'
+ VERSION = '2.0.10'
end
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1
index 4713f135..9fc2c71b 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.9
-.\" Date: 2019-04-30
+.\" Generator: Asciidoctor 2.0.10
+.\" Date: 2019-05-31
.\" Manual: Asciidoctor Manual
-.\" Source: Asciidoctor 2.0.9
+.\" Source: Asciidoctor 2.0.10
.\" Language: English
.\"
-.TH "ASCIIDOCTOR" "1" "2019-04-30" "Asciidoctor 2.0.9" "Asciidoctor Manual"
+.TH "ASCIIDOCTOR" "1" "2019-05-31" "Asciidoctor 2.0.10" "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 8dedc442..31340d0e 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.9
+:release-version: 2.0.10
:man manual: Asciidoctor Manual
:man source: Asciidoctor {release-version}
:page-layout: base