summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <mojavelinux@users.noreply.github.com>2023-05-18 07:16:38 +0000
committerDan Allen <mojavelinux@users.noreply.github.com>2023-05-18 07:16:38 +0000
commite559f0db61f5ad1446602253e0543568ff662bc8 (patch)
tree1e5ed286bbf4e98413f5f08089ce97292d20031e
parentf7851aa292bcf4b23769c4a861995d172254ff09 (diff)
-rw-r--r--CHANGELOG.adoc8
-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.adoc4
-rw-r--r--docs/antora.yml4
-rw-r--r--lib/asciidoctor/version.rb2
-rw-r--r--man/asciidoctor.113
-rw-r--r--man/asciidoctor.adoc2
10 files changed, 27 insertions, 18 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index eda2220a..02554c8c 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -16,13 +16,18 @@ For an even more detailed look at what has changed, refer to the {url-repo}/comm
This project utilizes semantic versioning.
// tag::compact[]
-== Unreleased
+== 2.0.20 (2023-05-18) - @mojavelinux
Bug Fixes::
* Update `release-version` attribute in READMEs and man page during release
* Rebuild man page during release
+=== Details
+
+{url-repo}/releases/tag/v2.0.20[git tag] | {url-repo}/compare/v2.0.19\...v2.0.20[full diff]
+// end::compact[]
+
== 2.0.19 (2023-05-17) - @mojavelinux
Improvements::
@@ -65,7 +70,6 @@ Build / Infrastructure::
=== Details
{url-repo}/releases/tag/v2.0.19[git tag] | {url-repo}/compare/v2.0.18\...v2.0.19[full diff]
-// end::compact[]
== 2.0.18 (2022-10-15) - @mojavelinux
diff --git a/README-de.adoc b/README-de.adoc
index 36268794..78cf3902 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]>
+v2.0.20, 2023-05-18
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.17
+:release-version: 2.0.20
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-fr.adoc b/README-fr.adoc
index 5d9d5ab9..d2b79f3b 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]>
+v2.0.20, 2023-05-18
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.17
+:release-version: 2.0.20
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-jp.adoc b/README-jp.adoc
index cd3242a2..f71875ca 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]>
+v2.0.20, 2023-05-18
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.17
+:release-version: 2.0.20
// 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 bf7e91bd..6d73dc1d 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]>
+v2.0.20, 2023-05-18
// settings:
:page-layout: base
:idprefix:
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.17
+:release-version: 2.0.20
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README.adoc b/README.adoc
index a9b9383a..0fbad5e6 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
-v2.0.19, 2023-05-17
+v2.0.20, 2023-05-18
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.18
+:release-version: 2.0.20
// URLs:
:url-org: https://github.com/asciidoctor
:url-repo: {url-org}/asciidoctor
diff --git a/docs/antora.yml b/docs/antora.yml
index f78cf268..2d919465 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,11 +1,11 @@
name: asciidoctor
title: Asciidoctor
-version: '2.0'
+version: '2.0.20'
asciidoc:
attributes:
xrefstyle: short@
listing-caption: Example@
- release-version: '2.0.19'
+ release-version: '2.0.20'
ruby-description: 'ruby 3.1.2p20 [x86_64-linux]'
ruby-version: '3.1'
url-api-gems: https://www.rubydoc.info/gems
diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb
index e8865f08..7c19c35d 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
- VERSION = '2.0.19'
+ VERSION = '2.0.20'
end
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1
index 8f2da386..79585bb7 100644
--- a/man/asciidoctor.1
+++ b/man/asciidoctor.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: asciidoctor
.\" Author: Dan Allen, Sarah White
-.\" Generator: Asciidoctor 2.0.17
-.\" Date: 2022-01-05
+.\" Generator: Asciidoctor 2.0.19
+.\" Date: 2018-03-20
.\" Manual: Asciidoctor Manual
-.\" Source: Asciidoctor 2.0.17
+.\" Source: Asciidoctor 2.0.20
.\" Language: English
.\"
-.TH "ASCIIDOCTOR" "1" "2022-01-05" "Asciidoctor 2.0.17" "Asciidoctor Manual"
+.TH "ASCIIDOCTOR" "1" "2018-03-20" "Asciidoctor 2.0.20" "Asciidoctor Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
@@ -67,10 +67,11 @@ If not set, the safe mode level defaults to \fIunsafe\fP when Asciidoctor is inv
.RS 4
Define, override, or unset a document attribute.
Command\-line attributes take precedence over attributes defined in the source file unless either the name or value ends in \fI@\fP.
+No substitutions are applied to the value.
.sp
\fIATTRIBUTE\fP is normally formatted as a key\-value pair, in the form \fINAME=VALUE\fP.
Alternate forms are \fINAME\fP (where the \fIVALUE\fP defaults to an empty string), \fINAME!\fP (unsets the \fINAME\fP attribute), and \fINAME=VALUE@\fP (or \fINAME@=VALUE\fP) (where \fIVALUE\fP does not override the \fINAME\fP attribute if it\(cqs already defined in the source document).
-Values containing spaces should be enclosed in quotes.
+A value containing spaces must be enclosed in quotes, in the form \fINAME="VALUE WITH SPACES"\fP.
.sp
This option may be specified more than once.
.RE
@@ -263,4 +264,4 @@ Jason Porter wrote the first implementation of the CLI interface provided by thi
.SH "COPYING"
.sp
Copyright (C) 2012\-present Dan Allen, Sarah White, Ryan Waldron, and the individual contributors to Asciidoctor.
-Use of this software is granted under the terms of the MIT License.
+Use of this software is granted under the terms of the MIT License. \ No newline at end of file
diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc
index 84957e4c..d6bba236 100644
--- a/man/asciidoctor.adoc
+++ b/man/asciidoctor.adoc
@@ -1,7 +1,7 @@
= asciidoctor(1)
Dan Allen; Sarah White
:doctype: manpage
-:release-version: 2.0.17
+:release-version: 2.0.20
:man manual: Asciidoctor Manual
:man source: Asciidoctor {release-version}
ifdef::backend-manpage[:!author:]