summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-10 00:34:01 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-11-10 00:34:01 -0700
commitb4aa212938bfebb75097037b4282e3419e963118 (patch)
treef69d634ecd2882d61d5d2a3b87c283ab1c4a79fe
parentd36cbafcea58b763ae2f9b86ede1f9f5e40daa9f (diff)
Release 2.0.12v2.0.12
-rw-r--r--CHANGELOG.adoc1
-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.16
-rw-r--r--man/asciidoctor.adoc2
9 files changed, 15 insertions, 11 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index d6250293..a242c345 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -13,7 +13,6 @@ 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.
-// end::compact[]
== 2.0.12.rc.1 (2020-11-10) - @mojavelinux
Bug Fixes::
diff --git a/README-de.adoc b/README-de.adoc
index 3a0bc22b..8e4d2868 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.12, 2020-11-10
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.2
+:release-version: 2.0.12
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-fr.adoc b/README-fr.adoc
index 075182e7..581d8e98 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.12, 2020-11-10
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.2
+:release-version: 2.0.12
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-jp.adoc b/README-jp.adoc
index f9e88b4e..ab026f30 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.12, 2020-11-10
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.2
+:release-version: 2.0.12
// 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 cc0075de..bc18a152 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.12, 2020-11-10
// settings:
:page-layout: base
:idprefix:
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.2
+:release-version: 2.0.12
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README.adoc b/README.adoc
index 5ce74cc1..00febdd5 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.12, 2020-11-10
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.2
+:release-version: 2.0.12
// 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 2be584aa..ff202d92 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
- VERSION = '2.0.12.dev'
+ VERSION = '2.0.12'
end
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1
index 0bc727b4..cb63e2cd 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.12.rc.2
+.\" Generator: Asciidoctor 2.0.12
.\" Date: 2020-11-10
.\" Manual: Asciidoctor Manual
-.\" Source: Asciidoctor 2.0.12.rc.2
+.\" Source: Asciidoctor 2.0.12
.\" Language: English
.\"
-.TH "ASCIIDOCTOR" "1" "2020-11-10" "Asciidoctor 2.0.12.rc.2" "Asciidoctor Manual"
+.TH "ASCIIDOCTOR" "1" "2020-11-10" "Asciidoctor 2.0.12" "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 04da94ed..1085a3ea 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.12.rc.2
+:release-version: 2.0.12
:man manual: Asciidoctor Manual
:man source: Asciidoctor {release-version}
:page-layout: base