summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <mojavelinux@users.noreply.github.com>2023-05-17 23:53:30 +0000
committerDan Allen <mojavelinux@users.noreply.github.com>2023-05-17 23:53:30 +0000
commitd8176b354f5b5518d93058ff740e26aa613e67f1 (patch)
treedad59a4faf3b7235dba9c6dc7c1e5115ff4eb430
parentb07ac2f66e97c7793d755ac7569183f3a3ec16df (diff)
release 2.0.19v2.0.19
-rw-r--r--CHANGELOG.adoc8
-rw-r--r--README.adoc2
-rw-r--r--docs/antora.yml4
-rw-r--r--lib/asciidoctor/version.rb2
4 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 34689487..09952317 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.19 (2023-05-17) - @mojavelinux
Improvements::
@@ -55,6 +55,11 @@ Build / Infrastructure::
* Update latest CRuby in CI workflow to 3.2
* Update latest JRuby in CI workflow to 9.4.2.0
+=== Details
+
+{url-repo}/releases/tag/v2.0.19[git tag] | {url-repo}/compare/v2.0.18\...v2.0.19[source diff]
+// end::compact[]
+
== 2.0.18 (2022-10-15) - @mojavelinux
Improvements::
@@ -78,7 +83,6 @@ Bug Fixes::
=== Details
{url-repo}/releases/tag/v2.0.18[git tag] | {url-repo}/compare/v2.0.17\...v2.0.18[source diff]
-// end::compact[]
== 2.0.17 (2022-01-05) - @mojavelinux
diff --git a/README.adoc b/README.adoc
index 53b85341..a9b9383a 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.18, 2022-10-15
+v2.0.19, 2023-05-17
// settings:
:idprefix:
:idseparator: -
diff --git a/docs/antora.yml b/docs/antora.yml
index 00d2a0a9..6a02316d 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,11 +1,11 @@
name: asciidoctor
title: Asciidoctor
-version: '2.0'
+version: '2.0.19'
asciidoc:
attributes:
xrefstyle: short@
listing-caption: Example@
- release-version: '2.0.18'
+ release-version: '2.0.19'
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 2d478661..e8865f08 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
- VERSION = '2.0.18'
+ VERSION = '2.0.19'
end