Skip to content

Commit

Permalink
release 2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 17, 2023
1 parent b07ac2f commit d8176b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.adoc
Expand Up @@ -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::

Expand Down Expand Up @@ -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::
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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: -
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
VERSION = '2.0.18'
VERSION = '2.0.19'
end

0 comments on commit d8176b3

Please sign in to comment.