From d8176b354f5b5518d93058ff740e26aa613e67f1 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 17 May 2023 23:53:30 +0000 Subject: [PATCH] release 2.0.19 --- CHANGELOG.adoc | 8 ++++++-- README.adoc | 2 +- docs/antora.yml | 4 ++-- lib/asciidoctor/version.rb | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 3468948715..0995231723 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 53b85341dc..a9b9383ae8 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Asciidoctor Dan Allen ; Sarah White -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 00d2a0a904..6a02316de8 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 2d478661af..e8865f087f 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