Skip to content

Commit

Permalink
Release 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 10, 2021
1 parent 674b26e commit 215a110
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 17 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.13 (2021-04-10) - @mojavelinux

Bug Fixes::

Expand Down Expand Up @@ -49,7 +50,7 @@ Documentation::
* Import documentation for processor into this repository (#3861) (*@graphitefriction*)
* Add Belarusian translation of built-in attributes (PR #3928) (*@morganov*)

// tag::compact[]
// end::compact[]
== 2.0.12 (2020-11-10) - @mojavelinux

Bug Fixes::
Expand All @@ -73,7 +74,6 @@ Build / Infrastructure::
* Migrate Windows CI jobs to GitHub Actions (#3839)
* Run CI job on macOS (#3842)

// end::compact[]
== 2.0.11 (2020-11-02) - @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.13, 2021-04-10
// settings:
:idprefix:
:idseparator: -
Expand All @@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 2.0.12
:release-version: 2.0.13
// 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.13, 2021-04-10
// settings:
:idprefix:
:idseparator: -
Expand All @@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 2.0.12
:release-version: 2.0.13
// 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.13, 2021-04-10
// settings:
:idprefix:
:idseparator: -
Expand All @@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 2.0.12
:release-version: 2.0.13
// 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.13, 2021-04-10
// settings:
:page-layout: base
:idprefix:
Expand All @@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 2.0.12
:release-version: 2.0.13
// 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.13, 2021-04-10
// settings:
:idprefix:
:idseparator: -
Expand All @@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 2.0.12
:release-version: 2.0.13
// URLs:
:url-org: https://github.com/asciidoctor
:url-repo: {url-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.13.dev'
VERSION = '2.0.13'
end
14 changes: 7 additions & 7 deletions man/asciidoctor.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: asciidoctor
.\" Author: Dan Allen, Sarah White, Ryan Waldron
.\" Generator: Asciidoctor 2.0.12
.\" Date: 2020-11-10
.\" Generator: Asciidoctor 2.0.13
.\" Date: 2021-04-10
.\" Manual: Asciidoctor Manual
.\" Source: Asciidoctor 2.0.12
.\" Source: Asciidoctor 2.0.13
.\" Language: English
.\"
.TH "ASCIIDOCTOR" "1" "2020-11-10" "Asciidoctor 2.0.12" "Asciidoctor Manual"
.TH "ASCIIDOCTOR" "1" "2021-04-10" "Asciidoctor 2.0.13" "Asciidoctor Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -188,7 +188,7 @@ Include backtrace information when reporting errors.
.sp
\fB\-v, \-\-verbose\fP
.RS 4
Verbosely print processing information to stderr, including debug\-level log messages.
Sets log level to DEBUG so application messages logged at INFO or DEBUG level are printed to stderr.
.RE
.sp
\fB\-w, \-\-warnings\fP
Expand Down Expand Up @@ -220,7 +220,7 @@ Print program version number.
\fBAsciidoctor\fP honors the \fBSOURCE_DATE_EPOCH\fP environment variable.
If this variable is assigned an integer value, that value is used as the epoch of all input documents and as the local date and time.
See \c
.URL "https://reproducible\-builds.org/specs/source\-date\-epoch/" "" " "
.URL "https://reproducible\-builds.org/specs/source\-date\-epoch/" "" ""
for more information about this environment variable.
.SH "EXIT STATUS"
.sp
Expand Down Expand Up @@ -265,4 +265,4 @@ Dan Allen
.sp
Sarah White
.sp
Ryan Waldron
Ryan Waldron
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.12
:release-version: 2.0.13
:man manual: Asciidoctor Manual
:man source: Asciidoctor {release-version}
:page-layout: base
Expand Down

0 comments on commit 215a110

Please sign in to comment.