From 102f3642f32f56fd05247e6906c5bea8a5f71844 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 5 Jan 2022 17:40:57 -0700 Subject: [PATCH] Release 2.0.17 --- CHANGELOG.adoc | 6 +++--- README-de.adoc | 3 ++- README-fr.adoc | 3 ++- README-jp.adoc | 3 ++- README-zh_CN.adoc | 3 ++- README.adoc | 3 ++- docs/antora.yml | 2 +- lib/asciidoctor/version.rb | 2 +- man/asciidoctor.1 | 15 ++++++++------- man/asciidoctor.adoc | 2 +- 10 files changed, 24 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index a7c15820f1..36ae30e7de 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -15,7 +15,8 @@ For an even more detailed look at what has changed, refer to the {uri-repo}/comm This project utilizes semantic versioning. -== Unreleased +// tag::compact[] +== 2.0.17 (2022-01-05) - @mojavelinux Bug Fixes:: @@ -54,7 +55,7 @@ Documentation:: * Document how to enable and use the sourcemap (the `:sourcemap` option) * Document how to catalog additional assets (the `:catalog_assets` option) -// tag::compact[] +// end::compact[] == 2.0.16 (2021-08-03) - @mojavelinux Bug Fixes:: @@ -91,7 +92,6 @@ Build / Infrastructure:: * Import source of default stylesheet into this repository; use PostCSS with cssnano to minify (#4062) * Use autoprefixer to manage browser prefixes in default stylesheet (#4118) -// end::compact[] == 2.0.15 (2021-04-27) - @mojavelinux Bug Fixes:: diff --git a/README-de.adoc b/README-de.adoc index bf5ece97e0..4861f4bd85 100644 --- a/README-de.adoc +++ b/README-de.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +v2.0.17, 2022-01-05 // settings: :idprefix: :idseparator: - @@ -15,7 +16,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.16 +:release-version: 2.0.17 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-fr.adoc b/README-fr.adoc index 40bc0e90e2..71cf89e6d9 100644 --- a/README-fr.adoc +++ b/README-fr.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +v2.0.17, 2022-01-05 // settings: :idprefix: :idseparator: - @@ -15,7 +16,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.16 +:release-version: 2.0.17 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-jp.adoc b/README-jp.adoc index 51dcbca6ec..af778430a3 100644 --- a/README-jp.adoc +++ b/README-jp.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +v2.0.17, 2022-01-05 // settings: :idprefix: :idseparator: - @@ -15,7 +16,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.16 +:release-version: 2.0.17 // 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 84d1bfe3e1..10455bbe2e 100644 --- a/README-zh_CN.adoc +++ b/README-zh_CN.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +v2.0.17, 2022-01-05 // settings: :page-layout: base :idprefix: @@ -16,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.16 +:release-version: 2.0.17 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README.adoc b/README.adoc index 000ae6b6a2..9d2cadac45 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White +v2.0.17, 2022-01-05 // settings: :idprefix: :idseparator: - @@ -15,7 +16,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.16 +:release-version: 2.0.17 // URLs: :url-org: https://github.com/asciidoctor :url-repo: {url-org}/asciidoctor diff --git a/docs/antora.yml b/docs/antora.yml index c3d12ee96c..544cee2d42 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -5,7 +5,7 @@ asciidoc: attributes: xrefstyle: short@ listing-caption: Example@ - release-version: '2.0.16' + release-version: '2.0.17' ruby-description: 'ruby 3.0.2p107 [x86_64-linux]' ruby-version: '3.0' url-api-gems: https://www.rubydoc.info/gems diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index a7ec0dcf04..f47ac4e209 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Asciidoctor - VERSION = '2.0.17.dev' + VERSION = '2.0.17' end diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index c77c2f1c56..f9143ef040 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.16 -.\" Date: 2021-08-03 +.\" Generator: Asciidoctor 2.0.17 +.\" Date: 2022-01-05 .\" Manual: Asciidoctor Manual -.\" Source: Asciidoctor 2.0.16 +.\" Source: Asciidoctor 2.0.17 .\" Language: English .\" -.TH "ASCIIDOCTOR" "1" "2021-08-03" "Asciidoctor 2.0.16" "Asciidoctor Manual" +.TH "ASCIIDOCTOR" "1" "2022-01-05" "Asciidoctor 2.0.17" "Asciidoctor Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -171,8 +171,8 @@ Matching templates found in subsequent directories override ones previously disc .sp \fB\-\-failure\-level\fP=\fILEVEL\fP .RS 4 -The minimum logging level that triggers a non\-zero exit code (failure). -If this option is not set (default: FATAL), the program exits with exit code zero even if warnings or errors have been logged. +Set the minimum logging level (default: FATAL) that yields a non\-zero exit code (i.e., failure). +If this option is not set, the program exits with a zero exit code even if warnings or errors have been logged. .RE .sp \fB\-q, \-\-quiet\fP @@ -206,6 +206,7 @@ Print timings report to stderr (time to read, parse, and convert). Print a help message. Show the command usage if \fITOPIC\fP is not specified or recognized. Dump the Asciidoctor man page (in troff/groff format) if \fITOPIC\fP is \fImanpage\fP. +Print an AsciiDoc syntax crib sheet (in AsciiDoc) if \fITOPIC\fP is \fIsyntax\fP. .RE .sp \fB\-V, \-\-version\fP @@ -262,4 +263,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 dd4ba74a00..8906cfa028 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.16 +:release-version: 2.0.17 :man manual: Asciidoctor Manual :man source: Asciidoctor {release-version} ifdef::backend-manpage[:!author:]