Skip to content

Commit 1a8827a

Browse files
committed
[8.15.0] - 2025-08-19
1 parent 4e88787 commit 1a8827a

File tree

30 files changed

+47
-29
lines changed

30 files changed

+47
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.15.0] - 2025-08-19
11+
1012
### Added
1113

1214
- fj-doc-core, check table columns and rows integrity <https://github.com/fugerit-org/fj-doc/issues/480>

fj-doc-base-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.14.2-SNAPSHOT</version>
10+
<version>8.15.0</version>
1111
</parent>
1212

1313
<name>fj-doc-base-json</name>

fj-doc-base-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.14.2-SNAPSHOT</version>
10+
<version>8.15.0</version>
1111
</parent>
1212

1313
<name>fj-doc-base-kotlin</name>

fj-doc-base-yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.14.2-SNAPSHOT</version>
10+
<version>8.15.0</version>
1111
</parent>
1212

1313
<name>fj-doc-base-yaml</name>

fj-doc-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.14.2-SNAPSHOT</version>
10+
<version>8.15.0</version>
1111
</parent>
1212

1313
<name>fj-doc-base</name>

fj-doc-freemarker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.14.2-SNAPSHOT</version>
10+
<version>8.15.0</version>
1111
</parent>
1212

1313
<name>fj-doc-freemarker</name>

fj-doc-guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.14.2-SNAPSHOT</version>
10+
<version>8.15.0</version>
1111
</parent>
1212

1313
<name>fj-doc-guide</name>

fj-doc-guide/src/main/docs/asciidoc/chapters/00_2_release_notes.adoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,23 @@
33

44
Whereas the link:https://github.com/fugerit-org/fj-doc/blob/main/CHANGELOG.md[CHANGELOG] is a detailed list of modifications to project, the release notes just refer to the most important changes.
55

6-
[#doc-release-notes-8-14-14]
6+
[#doc-release-notes-8-15-0]
7+
==== Version 8.15.0 [2025-08-19]
8+
9+
- [fj-doc-core] check table columns and rows integrity link:https://github.com/fugerit-org/fj-doc/issues/480[#480]
10+
11+
12+
[#doc-release-notes-8-14-1]
13+
==== Version 8.14.1 [2025-08-17]
14+
15+
- minor versions update
16+
17+
[#doc-release-notes-8-14-0]
18+
==== Version 8.14.0 [2025-07-13]
19+
20+
- [fj-doc-val-*] DocTypeValidationResult has now validation messages and exceptions link:https://github.com/fugerit-org/fj-doc/issues/471[#471]
21+
22+
[#doc-release-notes-8-13-14]
723
==== Version 8.13.14 [2025-07-06]
824
925
- [fj-doc-maven-plugin] check fj-core version at project creation link:https://github.com/fugerit-org/fj-doc/issues/466[#466]

fj-doc-lib-autodoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.14.2-SNAPSHOT</version>
10+
<version>8.15.0</version>
1111
</parent>
1212

1313
<name>fj-doc-lib-autodoc</name>

fj-doc-lib-direct/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.14.2-SNAPSHOT</version>
10+
<version>8.15.0</version>
1111
</parent>
1212

1313
<name>fj-doc-lib-direct</name>

0 commit comments

Comments
 (0)