From 1ec651ddcf4d2cb49576e7cc62c17ec33f8aa5c1 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 20 Feb 2024 22:11:22 +0000 Subject: [PATCH] release 2.0.21 --- CHANGELOG.adoc | 8 ++++++-- README-de.adoc | 4 ++-- README-fr.adoc | 4 ++-- README-jp.adoc | 4 ++-- README-zh_CN.adoc | 4 ++-- README.adoc | 4 ++-- docs/antora.yml | 4 ++-- lib/asciidoctor/version.rb | 2 +- man/asciidoctor.1 | 6 +++--- man/asciidoctor.adoc | 2 +- 10 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 74b0f4f91d..b58f0c6231 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -16,7 +16,7 @@ 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.21 (2024-02-20) - @mojavelinux Compliance:: @@ -43,6 +43,11 @@ Bug Fixes:: * Treat bare URL enclosed in angle brackets as unconstrained syntax; only match until closing angled bracket (#4468) * Allow URL enclosed in angled brackets syntax to be escaped using backslash (#4468) +=== Details + +{url-repo}/releases/tag/v2.0.21[git tag] | {url-repo}/compare/v2.0.20\...v2.0.21[full diff] +// end::compact[] + == 2.0.20 (2023-05-18) - @mojavelinux Bug Fixes:: @@ -53,7 +58,6 @@ Bug Fixes:: === 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 diff --git a/README-de.adoc b/README-de.adoc index 78cf390232..3e17661567 100644 --- a/README-de.adoc +++ b/README-de.adoc @@ -1,6 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White -v2.0.20, 2023-05-18 +v2.0.21, 2024-02-20 // settings: :idprefix: :idseparator: - @@ -16,7 +16,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.20 +:release-version: 2.0.21 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-fr.adoc b/README-fr.adoc index d2b79f3bcc..f2c07aa1cc 100644 --- a/README-fr.adoc +++ b/README-fr.adoc @@ -1,6 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White -v2.0.20, 2023-05-18 +v2.0.21, 2024-02-20 // settings: :idprefix: :idseparator: - @@ -16,7 +16,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.20 +:release-version: 2.0.21 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README-jp.adoc b/README-jp.adoc index f71875cac0..4c20bd4d4b 100644 --- a/README-jp.adoc +++ b/README-jp.adoc @@ -1,6 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White -v2.0.20, 2023-05-18 +v2.0.21, 2024-02-20 // settings: :idprefix: :idseparator: - @@ -16,7 +16,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.20 +:release-version: 2.0.21 // 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 6d73dc1db3..a4230fd8a3 100644 --- a/README-zh_CN.adoc +++ b/README-zh_CN.adoc @@ -1,6 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White -v2.0.20, 2023-05-18 +v2.0.21, 2024-02-20 // settings: :page-layout: base :idprefix: @@ -17,7 +17,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.20 +:release-version: 2.0.21 // URIs: :uri-org: https://github.com/asciidoctor :uri-repo: {uri-org}/asciidoctor diff --git a/README.adoc b/README.adoc index 0fbad5e614..f4cc0e5988 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White -v2.0.20, 2023-05-18 +v2.0.21, 2024-02-20 // settings: :idprefix: :idseparator: - @@ -16,7 +16,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] // Variables: -:release-version: 2.0.20 +:release-version: 2.0.21 // URLs: :url-org: https://github.com/asciidoctor :url-repo: {url-org}/asciidoctor diff --git a/docs/antora.yml b/docs/antora.yml index 5a1ec3b93d..f0d0e068e2 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,11 +1,11 @@ name: asciidoctor title: Asciidoctor -version: '2.0' +version: '2.0.21' asciidoc: attributes: xrefstyle: short@ listing-caption: Example@ - release-version: '2.0.20' + release-version: '2.0.21' 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 7c19c35d54..adb05b157e 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Asciidoctor - VERSION = '2.0.20' + VERSION = '2.0.21' end diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index 79585bb745..0cfbaceae2 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.19 +.\" Generator: Asciidoctor 2.0.20 .\" Date: 2018-03-20 .\" Manual: Asciidoctor Manual -.\" Source: Asciidoctor 2.0.20 +.\" Source: Asciidoctor 2.0.21 .\" Language: English .\" -.TH "ASCIIDOCTOR" "1" "2018-03-20" "Asciidoctor 2.0.20" "Asciidoctor Manual" +.TH "ASCIIDOCTOR" "1" "2018-03-20" "Asciidoctor 2.0.21" "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 d6bba236a2..f99434a8f4 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.20 +:release-version: 2.0.21 :man manual: Asciidoctor Manual :man source: Asciidoctor {release-version} ifdef::backend-manpage[:!author:]