This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 9fdd87b8d Bumping up plugin version to 5.0.1
9fdd87b8d is described below
commit 9fdd87b8d3705b5c9063343083a38f8d531281f3
Author: Andrus Adamchik <[email protected]>
AuthorDate: Sat Jul 18 14:52:35 2026 -0400
Bumping up plugin version to 5.0.1
to enable recent cayenne-full-db-sync and cayenne-model-naming skills
distribution
---
ai-plugin/.claude-plugin/plugin.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ai-plugin/.claude-plugin/plugin.json
b/ai-plugin/.claude-plugin/plugin.json
index 94108acea..86d38ed09 100644
--- a/ai-plugin/.claude-plugin/plugin.json
+++ b/ai-plugin/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "apache-cayenne",
"description": "Apache Cayenne ORM — design DataMaps, reverse-engineer
schemas, generate classes, and write runtime code. Drives the cayenne MCP
server when present.",
- "version": "5.0.0",
+ "version": "5.0.1",
"author": { "name": "Apache Cayenne" }
}