summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-02-21 02:47:42 -0700
committerDan Allen <dan.j.allen@gmail.com>2024-02-21 02:49:41 -0700
commit34ce59bdf419b7ffc621361743da129dcbf2a946 (patch)
treef8da8646778ffd5c691ee60e884419f31417ebf8
parent6adffa66a9f8b5c9c6de0c82c523af1df1a69f86 (diff)
import CHANGELOG section for 2.0.21 release and set as latest release [no ci]
-rw-r--r--CHANGELOG.adoc24
-rw-r--r--README-de.adoc2
-rw-r--r--README-fr.adoc2
-rw-r--r--README-jp.adoc2
-rw-r--r--README-zh_CN.adoc2
-rw-r--r--README.adoc2
-rw-r--r--docs/antora.yml2
7 files changed, 24 insertions, 12 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 6ea8da53..30986609 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -39,15 +39,11 @@ Enhancements::
Compliance::
- * Turn off system-dependent newline conversion when writing files; don't convert line feeds to system-dependent newline (#4550)
- * Support logger in Ruby 3.3 by instantiating super class (#4493) (*@mtasaka*)
* Don't promote level-0 special section at start of document to document title (#4151)
- * Add support for `scaledwidth` and `scale` attributes on inline image macro in DocBook output (#4552)
* Disallow the use of dot (`.`) in the name of a named element attribute (#4147)
* Disallow the use of the left square bracket in an attribute list on formatted text (#4306)
* Update stylesheet to use break-after in place of page-break-before/after/inside (#3466)
* Drop support for Ruby < 2.7 and JRuby < 9.2
- * Update latest Ruby to 3.3 in CI workflows
* Update latest JRuby in CI workflow to 9.4.2.0
Improvements::
@@ -68,8 +64,20 @@ Improvements::
* Use safe navigation to avoid crashing when querying for extensions
* Remove empty line at top of table cells in manpage output (#4482) (*@strager*)
* Return `nil` if name passed to `Asciidoctor::SafeMode.value_for_name` is not recognized (#3526)
- * Change title to doctitle in warning message about use of abstract to make subject more clear
* Modify default stylesheet to honor text-* roles on quote blocks
+
+== 2.0.21 (2024-02-20) - @mojavelinux
+
+Compliance::
+
+ * Turn off system-dependent newline conversion when writing files; don't convert line feeds to system-dependent newline (#4550)
+ * Support logger in Ruby 3.3 by instantiating super class (#4493) (*@mtasaka*)
+ * Add support for `scaledwidth` and `scale` attributes on inline image macro in DocBook output (#4552)
+ * Update latest Ruby to 3.3 in CI workflows
+
+Improvements::
+
+ * Change title to doctitle in warning message about use of abstract to make subject more clear
* Modify default stylesheet to add text decoration to active footnote number link in footnotes list (#4530) (@Larhzu)
Bug Fixes::
@@ -85,6 +93,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::
@@ -138,7 +151,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 529a958f..bbd5e4ad 100644
--- a/README-de.adoc
+++ b/README-de.adoc
@@ -14,7 +14,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 e580720c..48e3567e 100644
--- a/README-fr.adoc
+++ b/README-fr.adoc
@@ -14,7 +14,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 3faf3602..78ece3dd 100644
--- a/README-jp.adoc
+++ b/README-jp.adoc
@@ -14,7 +14,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 59d34990..08520711 100644
--- a/README-zh_CN.adoc
+++ b/README-zh_CN.adoc
@@ -14,7 +14,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/README.adoc b/README.adoc
index fc58ec08..f611a364 100644
--- a/README.adoc
+++ b/README.adoc
@@ -14,7 +14,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 a9bfa709..8bcf6dbf 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -6,7 +6,7 @@ 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