Skip to content

Commit

Permalink
release 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 15, 2022
1 parent c08853c commit dfbcd42
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.adoc
Expand Up @@ -15,7 +15,8 @@ For an even more detailed look at what has changed, refer to the {uri-repo}/comm

This project utilizes semantic versioning.

== Unreleased
// tag::compact[]
== 2.0.18 (2022-10-15) - @mojavelinux

Improvements::

Expand All @@ -35,7 +36,11 @@ Bug Fixes::
* Fix `Asciidoctor::Cli::Invoker` constructor when first argument is a hash
* Update default stylesheet to honor marker on unordered list when marker is defined on ancestor unordered list (#4361)

// tag::compact[]
=== 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

Bug Fixes::
Expand Down Expand Up @@ -75,7 +80,6 @@ Documentation::
* Document how to enable and use the sourcemap (the `:sourcemap` option)
* Document how to catalog additional assets (the `:catalog_assets` option)

// end::compact[]
== 2.0.16 (2021-08-03) - @mojavelinux

Bug Fixes::
Expand Down
1 change: 1 addition & 0 deletions README.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
v2.0.18, 2022-10-15
// 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.18'
asciidoc:
attributes:
xrefstyle: short@
listing-caption: Example@
release-version: '2.0.17'
release-version: '2.0.18'
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.pre'
VERSION = '2.0.18'
end

0 comments on commit dfbcd42

Please sign in to comment.