From e559f0db61f5ad1446602253e0543568ff662bc8 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 18 May 2023 07:16:38 +0000 Subject: [PATCH] release 2.0.20 --- CHANGELOG.adoc | 8 ++++++-- README-de.adoc | 3 ++- README-fr.adoc | 3 ++- README-jp.adoc | 3 ++- README-zh_CN.adoc | 3 ++- README.adoc | 4 ++-- docs/antora.yml | 4 ++-- lib/asciidoctor/version.rb | 2 +- man/asciidoctor.1 | 13 +++++++------ man/asciidoctor.adoc | 2 +- 10 files changed, 27 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index eda2220a8a..02554c8cb0 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 3626879453..78cf390232 100644 --- a/README-de.adoc +++ b/README-de.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +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 5d9d5ab99f..d2b79f3bcc 100644 --- a/README-fr.adoc +++ b/README-fr.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +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 cd3242a2b3..f71875cac0 100644 --- a/README-jp.adoc +++ b/README-jp.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +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 bf7e91bd9e..6d73dc1db3 100644 --- a/README-zh_CN.adoc +++ b/README-zh_CN.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +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 a9b9383ae8..0fbad5e614 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White -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 f78cf268ae..2d919465ec 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 e8865f087f..7c19c35d54 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 8f2da3862d..79585bb745 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 84957e4c8c..d6bba236a2 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:]