Skip to content

Commit 74c5992

Browse files
committed
v16.26.3-2
1 parent eae81ad commit 74c5992

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
SchemaCrawler AI release notes.
44

5+
<a name="v16.26.3-2"></a>
6+
## Release 16.26.3-2 - 2025-07-15
7+
8+
- Add additional tests, and fix startup issues
9+
10+
511
<a name="v16.26.3-1"></a>
6-
## Release 16.26.3-1 - 2025-07-30
12+
## Release 16.26.3-1 - 2025-07-14
713

814
- Move compact catalog to SchemaCrawler AI
915
- Update copyright notices and license to EPL 2.0
1016
- Add a new `--transport` command-line switch, and default to `stdio`
1117
- Add a new "schemacrawler-aichat" module to further organize code
18+
- Add new Docker image endpoint to allow start from Docker MCP Registry

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-aggregator</artifactId>
9-
<version>16.26.3-1</version>
9+
<version>16.26.3-2</version>
1010
<packaging>pom</packaging>
1111
<name>SchemaCrawler AI [Aggregator]</name>
1212

schemacrawler-ai-aichat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>us.fatehi</groupId>
66
<artifactId>schemacrawler-ai-parent</artifactId>
7-
<version>16.26.3-1</version>
7+
<version>16.26.3-2</version>
88
<relativePath>../schemacrawler-ai-parent</relativePath>
99
</parent>
1010
<artifactId>schemacrawler-ai-aichat</artifactId>

schemacrawler-ai-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-parent</artifactId>
9-
<version>16.26.3-1</version>
9+
<version>16.26.3-2</version>
1010
<relativePath>../schemacrawler-ai-parent</relativePath>
1111
</parent>
1212

schemacrawler-ai-distrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-parent</artifactId>
9-
<version>16.26.3-1</version>
9+
<version>16.26.3-2</version>
1010
<relativePath>../schemacrawler-ai-parent</relativePath>
1111
</parent>
1212

schemacrawler-ai-langchain4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-parent</artifactId>
9-
<version>16.26.3-1</version>
9+
<version>16.26.3-2</version>
1010
<relativePath>../schemacrawler-ai-parent</relativePath>
1111
</parent>
1212

schemacrawler-ai-mcpserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-parent</artifactId>
9-
<version>16.26.3-1</version>
9+
<version>16.26.3-2</version>
1010
<relativePath>../schemacrawler-ai-parent</relativePath>
1111
</parent>
1212
<artifactId>schemacrawler-ai-mcpserver</artifactId>

schemacrawler-ai-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>schemacrawler-ai-parent</artifactId>
14-
<version>16.26.3-1</version>
14+
<version>16.26.3-2</version>
1515
<packaging>pom</packaging>
1616
<name>SchemaCrawler AI [Parent]</name>
1717
<description>Free database schema discovery and comprehension tool</description>

0 commit comments

Comments
 (0)