Skip to content

Commit b40cd07

Browse files
committed
chore: Prepare v1.0.0 for Open Exchange submission
- Bump version to 1.0.0 (production ready) - Add Homepage and License to module.xml - Add ORM keywords (prisma, drizzle) - Update Author field
1 parent 85e1a49 commit b40cd07

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ipm/module.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
<Document name="iris-pgwire.ZPM">
44
<Module>
55
<Name>iris-pgwire</Name>
6-
<Version>0.1.0</Version>
6+
<Version>1.0.0</Version>
77
<Description>PostgreSQL wire protocol server for InterSystems IRIS with DBAPI backend and vector support</Description>
8-
<Author>InterSystems Community</Author>
9-
<Keywords>postgresql,pgwire,vector,iris,dbapi,pgvector</Keywords>
8+
<Author>Thomas Dyar</Author>
9+
<Homepage>https://github.com/intersystems-community/iris-pgwire</Homepage>
10+
<Keywords>postgresql,pgwire,vector,iris,dbapi,pgvector,orm,prisma,drizzle</Keywords>
11+
<License>MIT</License>
1012

1113
<!-- System Requirements -->
1214
<SystemRequirements>

0 commit comments

Comments
 (0)