We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f5797 commit d10ba1fCopy full SHA for d10ba1f
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.1.0] - 2025-09-30
11
+
12
### Added
13
14
- handling enum
pom.xml
@@ -8,11 +8,11 @@
<parent>
<groupId>org.fugerit.java.universe</groupId>
<artifactId>fj-universe-tool</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
<relativePath/>
</parent>
15
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.1.0</version>
16
<packaging>jar</packaging>
17
18
<name>openapi-doc-tool</name>
0 commit comments