Skip to content

Commit

Permalink
Update docs for v3.1.0 release (#963)
Browse files Browse the repository at this point in the history
* Several CHANGELOG fixes
  • Loading branch information
abelsromero authored Oct 30, 2024
1 parent 451a3eb commit d698abd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co

== Unreleased


== v3.1.0 (2024-10-30)

Bug Fixes::

* Fix open IMG tags in parser-doxia-module (#930)
* Fix open IMG tags in parser-doxia-module (#783)
* Fix naming in Asciidoctor Converter Doxia Module pom (#934)
* Fix empty table generating <table> element (asciidoctor-parser-doxia-module) (#938)

Expand All @@ -28,15 +31,15 @@ Improvements::
* Empty titles in document or empty literals no longer generate <h1> or <pre> in asciidoctor-parser-doxia-module (#944)
* Sections are now wrapped in <div> in (asciidoctor-parser-doxia-module) (#944)
* Add support for inline and Example blocks (asciidoctor-parser-doxia-module) (#938)
* Add support for captioned titles in appendixes, tables, listing, figure, and examples (asciidoctor-parser-doxia-module) (#938)
* Add support for captioned titles in appendixes, tables, listing, figure, and examples (asciidoctor-parser-doxia-module) (#749)
* Add INFO message to site modules showing the filename in case of issues (#323)

Build / Infrastructure::

* Fix javadoc check flake in CI (#814)
* Bump AsciidoctorJ to v3.0.0 (#651)

== v3.0.0 (2024-01-30)
== v3.0.0 (2024-02-14)

Bug Fixes::

Expand Down
6 changes: 4 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Asciidoctor Maven Tools (Plugin & Site Integration)
// Metadata
:release-version: 3.0.0
:maven-site-plugin-version: 3.12.1
:release-version: 3.1.0
:maven-site-plugin-version: 3.21.0
// Settings
:idprefix:
:idseparator: -
Expand Down Expand Up @@ -61,6 +61,8 @@ ifeval::['{tag}' == 'main']
You're viewing the documentation for the upcoming release.
If you're looking for the documentation for a stable release, please refer to one of the following tags:
+
{uri-repo}/tree/asciidoctor-maven-plugin-3.1.0#readme[3.1.0]
&hybull;
{uri-repo}/tree/asciidoctor-maven-plugin-3.0.0#readme[3.0.0]
&hybull;
{uri-repo}/tree/asciidoctor-maven-plugin-2.2.6#readme[2.2.6]
Expand Down
6 changes: 3 additions & 3 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: maven-tools
title: Maven Tools
version: '3.0'
version: '3.1'
asciidoc:
attributes:
release-version: 3.0.0
release-version: 3.1.0
project-repo: asciidoctor/asciidoctor-maven-plugin
uri-asciidoc: https://asciidoc.org
uri-asciidoctor: https://asciidoctor.org
uri-asciidoctorj: https://github.com/asciidoctor/asciidoctorj
uri-examples: https://github.com/asciidoctor/asciidoctor-maven-examples
uri-maven: https://maven.apache.org
uri-maven-site-plugin: https://maven.apache.org/plugins/maven-site-plugin
maven-site-plugin-version: 3.12.1
maven-site-plugin-version: 3.21.0
nav:
- modules/plugin/nav.adoc
- modules/site-integration/nav.adoc
Expand Down

0 comments on commit d698abd

Please sign in to comment.