Skip to content

Commit d698abd

Browse files
authored
Update docs for v3.1.0 release (#963)
* Several CHANGELOG fixes
1 parent 451a3eb commit d698abd

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.adoc

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co
1313

1414
== Unreleased
1515

16+
17+
== v3.1.0 (2024-10-30)
18+
1619
Bug Fixes::
1720

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

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

3437
Build / Infrastructure::
3538

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

39-
== v3.0.0 (2024-01-30)
42+
== v3.0.0 (2024-02-14)
4043

4144
Bug Fixes::
4245

README.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Asciidoctor Maven Tools (Plugin & Site Integration)
22
// Metadata
3-
:release-version: 3.0.0
4-
:maven-site-plugin-version: 3.12.1
3+
:release-version: 3.1.0
4+
:maven-site-plugin-version: 3.21.0
55
// Settings
66
:idprefix:
77
:idseparator: -
@@ -61,6 +61,8 @@ ifeval::['{tag}' == 'main']
6161
You're viewing the documentation for the upcoming release.
6262
If you're looking for the documentation for a stable release, please refer to one of the following tags:
6363
+
64+
{uri-repo}/tree/asciidoctor-maven-plugin-3.1.0#readme[3.1.0]
65+
&hybull;
6466
{uri-repo}/tree/asciidoctor-maven-plugin-3.0.0#readme[3.0.0]
6567
&hybull;
6668
{uri-repo}/tree/asciidoctor-maven-plugin-2.2.6#readme[2.2.6]

docs/antora.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: maven-tools
22
title: Maven Tools
3-
version: '3.0'
3+
version: '3.1'
44
asciidoc:
55
attributes:
6-
release-version: 3.0.0
6+
release-version: 3.1.0
77
project-repo: asciidoctor/asciidoctor-maven-plugin
88
uri-asciidoc: https://asciidoc.org
99
uri-asciidoctor: https://asciidoctor.org
1010
uri-asciidoctorj: https://github.com/asciidoctor/asciidoctorj
1111
uri-examples: https://github.com/asciidoctor/asciidoctor-maven-examples
1212
uri-maven: https://maven.apache.org
1313
uri-maven-site-plugin: https://maven.apache.org/plugins/maven-site-plugin
14-
maven-site-plugin-version: 3.12.1
14+
maven-site-plugin-version: 3.21.0
1515
nav:
1616
- modules/plugin/nav.adoc
1717
- modules/site-integration/nav.adoc

0 commit comments

Comments
 (0)